Skip to content

Commit 2a385eb

Browse files
author
Rob Tjalma
authored
Merge pull request #213 from com-pas/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2 parents 101fb3f + 2011ef8 commit 2a385eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: buildx
2222
uses: docker/setup-buildx-action@v1
2323
- name: Login to Docker Hub
24-
uses: docker/login-action@v1
24+
uses: docker/login-action@v2
2525
with:
2626
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2727
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)