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

Commit 6d5a0ba

Browse files
authored
Merge pull request #774 from kubernetes-sigs/dependabot/github_actions/all-github-actions-bf940bc907
🌱 Bump docker/build-push-action from 5 to 6 in the all-github-actions group
2 parents f89f525 + 310939b commit 6d5a0ba

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
@@ -103,7 +103,7 @@ jobs:
103103
type=sha,priority=1001
104104
105105
- name: Docker Build and Push
106-
uses: docker/build-push-action@v5
106+
uses: docker/build-push-action@v6
107107
with:
108108
context: .
109109
push: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
echo 'EOF' >> $GITHUB_ENV
8181
8282
- name: Docker Build and Push
83-
uses: docker/build-push-action@v5
83+
uses: docker/build-push-action@v6
8484
with:
8585
context: .
8686
push: true

0 commit comments

Comments
 (0)