From c15980a4045bb45ea86141ea47c7dc31b1dbada2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:40:00 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 5.3.0 to 6.4.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/2cdde995de11925a030ce8070c3d77a52ffcf1c0...a254f8ca60a858f3136a2f1f23a60969f2c402dd) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-production.yml | 2 +- .github/workflows/deploy-release.yml | 2 +- .github/workflows/deploy-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 1b6d266..3f749b1 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -64,7 +64,7 @@ jobs: - name: Build Docker image - ${{ matrix.images.image-id }} if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 9ae963b..3ec82b5 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -78,7 +78,7 @@ jobs: env: ${{ matrix.images.deployment-environment-identifier }} - name: Build Docker image - ${{ matrix.images.image-id }} - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 3c45b02..2f10962 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -67,7 +67,7 @@ jobs: env: ${{ matrix.images.deployment-environment-identifier }} - name: Build and Push Container - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0 with: context: . file: ${{ matrix.images.dockerfile }}