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

Commit 1d0e8f5

Browse files
authored
Merge pull request #333 from kubernetes-sigs/dependabot/github_actions/docker/build-push-action-3
Bump docker/build-push-action from 2 to 3
2 parents 9904949 + 95353bf commit 1d0e8f5

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
@@ -94,7 +94,7 @@ jobs:
9494
password: ${{ secrets.QUAY_PASSWORD }}
9595

9696
- name: Build and push manager image
97-
uses: docker/build-push-action@v2
97+
uses: docker/build-push-action@v3
9898
with:
9999
context: .
100100
push: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
echo 'EOF' >> $GITHUB_ENV
6969
7070
- name: Build and push manager image
71-
uses: docker/build-push-action@v2
71+
uses: docker/build-push-action@v3
7272
with:
7373
context: .
7474
push: true

0 commit comments

Comments
 (0)