Skip to content

Commit 7ab51c6

Browse files
authored
Merge pull request #15 from DessimozLab/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents c60d7d5 + 3a829fc commit 7ab51c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# if [ ! -f output/tree_sample_1.nwk ] ; then exit 1; fi
5858

5959
- name: Login to DockerHub
60-
uses: docker/login-action@v2
60+
uses: docker/login-action@v3
6161
with:
6262
username: ${{ secrets.DOCKER_HUB_USERNAME }}
6363
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)