Skip to content

Commit

Permalink
fix workflow warning - update docker/login-action
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomitn committed Sep 15, 2024
1 parent b6a4380 commit d5a1ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/iso-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: login to Quay.io
# Only if we need to push an image
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAYIO_USERNAME }}
Expand Down

0 comments on commit d5a1ae7

Please sign in to comment.