Skip to content

Commit

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

Bump docker/build-push-action from 2 to 3
  • Loading branch information
cprivitere committed Jul 11, 2022
2 parents 9904949 + 95353bf commit 1d0e8f5
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 @@ -94,7 +94,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Build and push manager image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
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 @@ -68,7 +68,7 @@ jobs:
echo 'EOF' >> $GITHUB_ENV
- name: Build and push manager image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: true
Expand Down

0 comments on commit 1d0e8f5

Please sign in to comment.