Skip to content

Commit fe8a366

Browse files
Bump docker/build-push-action from 6 to 7 (#7062)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1cc650e commit fe8a366

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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 tags=$(.github/workflows/get_image_tags.sh "$IMG" "v") >> $GITHUB_OUTPUT
104104
105105
- name: build and push
106-
uses: docker/build-push-action@v6
106+
uses: docker/build-push-action@v7
107107
with:
108108
file: ./images/${{ matrix.id }}/Dockerfile
109109
context: .
@@ -149,7 +149,7 @@ jobs:
149149
echo tags=$(.github/workflows/get_image_tags.sh "$IMG" "scorecard-kuttl/v") >> $GITHUB_OUTPUT
150150
151151
- name: build and push
152-
uses: docker/build-push-action@v6
152+
uses: docker/build-push-action@v7
153153
with:
154154
file: ./images/scorecard-test-kuttl/Dockerfile
155155
context: .

0 commit comments

Comments
 (0)