Skip to content

Commit

Permalink
fix: pipeline upgrading to v3 for docker/login-action
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Sep 28, 2023
1 parent 4d5c43e commit e69bca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Login to Dockerhub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit e69bca0

Please sign in to comment.