Skip to content

Commit

Permalink
Merge pull request #149 from tinkerbell/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-3
  • Loading branch information
chrisdoherty4 authored Sep 14, 2023
2 parents 9f39bba + 3802792 commit b16e50c
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 @@ -60,7 +60,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Login to quay.io
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/heads/v') }}
with:
registry: quay.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Login to quay.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand Down

0 comments on commit b16e50c

Please sign in to comment.