Skip to content

Commit

Permalink
Merge pull request #641 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/build-push-action-5

🌱 Bump docker/build-push-action from 4 to 5
  • Loading branch information
cprivitere committed Oct 9, 2023
2 parents a40440c + 03afb10 commit 1672720
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 @@ -106,7 +106,7 @@ jobs:
type=sha,priority=1001
- name: Docker Build and Push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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 @@ -82,7 +82,7 @@ jobs:
echo 'EOF' >> $GITHUB_ENV
- name: Docker Build and Push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 1672720

Please sign in to comment.