Skip to content

Commit

Permalink
Merge pull request #774 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/all-github-actions-bf940bc907

🌱 Bump docker/build-push-action from 5 to 6 in the all-github-actions group
  • Loading branch information
k8s-ci-robot committed Jun 19, 2024
2 parents f89f525 + 310939b commit 6d5a0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
type=sha,priority=1001
- name: Docker Build and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
echo 'EOF' >> $GITHUB_ENV
- name: Docker Build and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 6d5a0ba

Please sign in to comment.