Skip to content

Commit a9f6293

Browse files
chore: bump docker/build-push-action from 6 to 7
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>
1 parent 118fcff commit a9f6293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-push-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
images: ${{ env.IMAGE_NAME }}
3838

3939
- name: build and push ib-sriov-cni (multi-arch)
40-
uses: docker/build-push-action@v6
40+
uses: docker/build-push-action@v7
4141
with:
4242
context: .
4343
push: true

.github/workflows/image-push-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
type=ref,event=tag
3939
4040
- name: build and push ib-sriov-cni (multi-arch)
41-
uses: docker/build-push-action@v6
41+
uses: docker/build-push-action@v7
4242
with:
4343
context: .
4444
push: true

0 commit comments

Comments
 (0)