Skip to content

Commit 362f922

Browse files
build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0 (kubeflow#2573)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...bcafcac) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5adfaa8 commit 362f922

6 files changed

Lines changed: 6 additions & 6 deletions

.github/workflows/build-and-push-async-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Build and push Docker image
7676
id: build-push
77-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
77+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
7878
with:
7979
context: ./jobs/async-upload
8080
platforms: ${{ env.PLATFORMS }}

.github/workflows/build-and-push-controller-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
type=raw,value=main,enable=${{ env.BUILD_CONTEXT == 'main' }}
7474
- name: Build and push Docker image
7575
id: build-push
76-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
76+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
7777
with:
7878
context: .
7979
file: ./cmd/controller/Dockerfile.controller

.github/workflows/build-and-push-csi-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
type=raw,value=main,enable=${{ env.BUILD_CONTEXT == 'main' }}
7474
- name: Build and push Docker image
7575
id: build-push
76-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
76+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
7777
with:
7878
context: .
7979
file: ./cmd/csi/Dockerfile.csi

.github/workflows/build-and-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
type=raw,value=main,enable=${{ env.BUILD_CONTEXT == 'main' }}
8080
- name: Build and push Docker image
8181
id: build-push
82-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
82+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
8383
with:
8484
context: .
8585
platforms: ${{ env.PLATFORMS }}

.github/workflows/build-and-push-ui-images-standalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Build and push Docker image
7676
id: build-push
77-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
77+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
7878
with:
7979
context: ./clients/ui
8080
file: ./clients/ui/Dockerfile.standalone

.github/workflows/build-and-push-ui-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Build and push Docker image
7676
id: build-push
77-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
77+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
7878
with:
7979
context: ./clients/ui
8080
platforms: ${{ env.PLATFORMS }}

0 commit comments

Comments
 (0)