From f2119a6cacb74c527839a7fc49c3ea901b2fa3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:09:50 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.3.0 to 6.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v6.1.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..4e9a8ea5 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.1.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..e99c65dc 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.1.0 with: context: tools/verdict-back-ends file: tools/verdict-back-ends/Dockerfile