Skip to content

Commit 3a829fc

Browse files
Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fd144b commit 3a829fc

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)