Skip to content

Commit

Permalink
Merge pull request #214 from fitbeard/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-3.1.0
  • Loading branch information
fitbeard authored Mar 14, 2024
2 parents f6233d9 + 2028897 commit 39cd469
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4

- name: Authenticate with Quay.io
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
exit 0
- name: Authenticate with Quay.io
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
exit 0
- name: Authenticate with Quay.io
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand Down

0 comments on commit 39cd469

Please sign in to comment.