From e01546878667eded66f1b40ac0cc1907680bd94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:27:39 +0300 Subject: [PATCH] build(deps): bump docker/build-push-action from 5 to 6 (#655) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 6 +++--- .github/workflows/security-checks.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ab3f591..04bf5b88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: run: echo "VERSION=master-$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 env: NODE_ENV: production with: @@ -73,7 +73,7 @@ jobs: run: echo "VERSION=master-$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 env: NODE_ENV: production with: @@ -115,7 +115,7 @@ jobs: run: echo "VERSION=master-$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 env: NODE_ENV: production with: diff --git a/.github/workflows/security-checks.yml b/.github/workflows/security-checks.yml index 69aa9ab4..414be707 100644 --- a/.github/workflows/security-checks.yml +++ b/.github/workflows/security-checks.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: Build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 env: NODE_ENV: production with: @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 - name: Build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: false file: Dockerfile.migrations