Skip to content

Commit

Permalink
Updated login-action action to version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tedgin committed Jul 5, 2024
1 parent d426e5a commit f0844d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: log into Docker Hub
if: ${{ github.ref_name == 'main' }}
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit f0844d0

Please sign in to comment.