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

Commit 1672720

Browse files
authored
Merge pull request #641 from kubernetes-sigs/dependabot/github_actions/docker/build-push-action-5
🌱 Bump docker/build-push-action from 4 to 5
2 parents a40440c + 03afb10 commit 1672720

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
@@ -106,7 +106,7 @@ jobs:
106106
type=sha,priority=1001
107107
108108
- name: Docker Build and Push
109-
uses: docker/build-push-action@v4
109+
uses: docker/build-push-action@v5
110110
with:
111111
context: .
112112
push: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
echo 'EOF' >> $GITHUB_ENV
8383
8484
- name: Docker Build and Push
85-
uses: docker/build-push-action@v4
85+
uses: docker/build-push-action@v5
8686
with:
8787
context: .
8888
push: true

0 commit comments

Comments
 (0)