From 67507b182ab8b394708bde3028ab46e5985b4cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:43:50 +0000 Subject: [PATCH] dependabot: bump docker/build-push-action from 5 to 6 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] --- .github/workflows/build-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 22c0f48ad..f5fd9526d 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -39,7 +39,7 @@ jobs: - name: Build mainnet production image if: matrix.apps == 'main' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . builder: ${{ steps.buildx.outputs.name }} @@ -79,7 +79,7 @@ jobs: - name: Build staging docker image if: matrix.apps == 'deploy' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . builder: ${{ steps.buildx.outputs.name }}