From cfd7cf9d474133ac44f018a5df80199bb79000b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:23:06 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.3.0 to 6.4.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.4.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v6.4.1) --- 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..5192bbea 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.4.1 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..5b29763d 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.4.1 with: context: tools/verdict-back-ends file: tools/verdict-back-ends/Dockerfile