Skip to content

Commit

Permalink
Upgrade docker/login-action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Sep 23, 2024
1 parent c470c3f commit 56c43aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
sh -c "pip install twine && python -m twine upload dist/*"
- 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 56c43aa

Please sign in to comment.