From 461315a23bd91e5c9becc6a3b609c68cc9a49ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:02:41 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.3.0 to 6.6.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.6.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v6.6.0) --- 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/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 45fcf419..d8f4bc55 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -90,7 +90,7 @@ jobs: uses: docker/setup-buildx-action@v3.3.0 - name: Build and push verdict-dev image - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.6.0 with: context: tools/verdict-back-ends file: tools/verdict-back-ends/Dockerfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5120c2cd..2b4cde51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -154,7 +154,7 @@ jobs: uses: docker/setup-buildx-action@v3.3.0 - name: Build and push verdict image - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.6.0 with: context: tools/verdict-back-ends file: tools/verdict-back-ends/Dockerfile