Skip to content

Commit a268c70

Browse files
Bump docker/build-push-action from 3 to 6 (#6774)
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](docker/build-push-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f542f5d commit a268c70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
echo ::set-output name=tags::$(.github/workflows/get_image_tags.sh "$IMG" "v")
104104
105105
- name: build and push
106-
uses: docker/build-push-action@v3
106+
uses: docker/build-push-action@v6
107107
with:
108108
file: ./images/${{ matrix.id }}/Dockerfile
109109
context: .
@@ -149,7 +149,7 @@ jobs:
149149
echo ::set-output name=tags::$(.github/workflows/get_image_tags.sh "$IMG" "scorecard-kuttl/v")
150150
151151
- name: build and push
152-
uses: docker/build-push-action@v3
152+
uses: docker/build-push-action@v6
153153
with:
154154
file: ./images/scorecard-test-kuttl/Dockerfile
155155
context: .

0 commit comments

Comments
 (0)