Skip to content

Commit

Permalink
Merge pull request #61 from evryfs/dependabot/github_actions/1.x/dock…
Browse files Browse the repository at this point in the history
…er/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
DShivakoti authored Sep 20, 2023
2 parents 8a497eb + 2892c3f commit 9e804de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
latest=false
- name: Login to quay.io
if: startsWith(github.ref, 'refs/tags/')
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand Down

0 comments on commit 9e804de

Please sign in to comment.