From 8848f27e11cb75019685717cf5d5d3d5f4c800d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:16:01 +0000 Subject: [PATCH] Bump docker/build-push-action from 3 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...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/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cc68d216d7e..02570ecd2ac 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -103,7 +103,7 @@ jobs: echo ::set-output name=tags::$(.github/workflows/get_image_tags.sh "$IMG" "v") - name: build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: file: ./images/${{ matrix.id }}/Dockerfile context: . @@ -149,7 +149,7 @@ jobs: echo ::set-output name=tags::$(.github/workflows/get_image_tags.sh "$IMG" "scorecard-kuttl/v") - name: build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: file: ./images/scorecard-test-kuttl/Dockerfile context: .