Skip to content

Commit 8305e5f

Browse files
Merge pull request #348 from com-pas/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 7b760de + e58fb36 commit 8305e5f

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
@@ -40,7 +40,7 @@ jobs:
4040
id: buildx
4141
uses: docker/setup-buildx-action@v3
4242
- name: Login to Docker Hub
43-
uses: docker/login-action@v2
43+
uses: docker/login-action@v3
4444
with:
4545
username: ${{ secrets.DOCKER_HUB_USERNAME }}
4646
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)