Skip to content

Commit 56c43aa

Browse files
committed
Upgrade docker/login-action to v3
1 parent c470c3f commit 56c43aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
223223
sh -c "pip install twine && python -m twine upload dist/*"
224224
- name: Login to DockerHub
225-
uses: docker/login-action@v1
225+
uses: docker/login-action@v3
226226
with:
227227
username: ${{secrets.docker_username}}
228228
password: ${{secrets.docker_password}}

0 commit comments

Comments
 (0)