Skip to content

Commit

Permalink
Merge pull request #15 from fitbeard/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3.0.0

chore(deps): bump docker/login-action from 2.2.0 to 3.0.0
  • Loading branch information
fitbeard authored Sep 12, 2023
2 parents f3c512e + 531576e commit db1507a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit db1507a

Please sign in to comment.