We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c60d7d5 + 3a829fc commit 7ab51c6Copy full SHA for 7ab51c6
1 file changed
.github/workflows/docker-image.yml
@@ -57,7 +57,7 @@ jobs:
57
# if [ ! -f output/tree_sample_1.nwk ] ; then exit 1; fi
58
59
- name: Login to DockerHub
60
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
61
with:
62
username: ${{ secrets.DOCKER_HUB_USERNAME }}
63
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
0 commit comments