Skip to content

Commit ee5e436

Browse files
author
Rob Tjalma
authored
Merge pull request #155 from com-pas/dependabot/github_actions/docker/login-action-2
chore(deps): bump docker/login-action from 1 to 2
2 parents 8bd3001 + bb1b639 commit ee5e436

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
@@ -20,7 +20,7 @@ jobs:
2020
id: buildx
2121
uses: docker/setup-buildx-action@v1
2222
- name: Login to Docker Hub
23-
uses: docker/login-action@v1
23+
uses: docker/login-action@v2
2424
with:
2525
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2626
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)