Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 2103d86

Browse files
authored
Merge pull request #497 from kubernetes-sigs/dependabot/github_actions/docker/build-push-action-4
🌱 Bump docker/build-push-action from 3 to 4
2 parents 926785b + 19cb5ea commit 2103d86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
password: ${{ secrets.QUAY_PASSWORD }}
9898

9999
- name: Build and push manager image
100-
uses: docker/build-push-action@v3
100+
uses: docker/build-push-action@v4
101101
with:
102102
context: .
103103
push: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo 'EOF' >> $GITHUB_ENV
7171
7272
- name: Build and push manager image
73-
uses: docker/build-push-action@v3
73+
uses: docker/build-push-action@v4
7474
with:
7575
context: .
7676
push: true

0 commit comments

Comments
 (0)