Skip to content

Commit a5e45bb

Browse files
authored
Merge pull request #352 from com-pas/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 09602f3 + 1caa06c commit a5e45bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
id: buildx
4646
uses: docker/setup-buildx-action@v2
4747
- name: Login to Docker Hub
48-
uses: docker/login-action@v2
48+
uses: docker/login-action@v3
4949
with:
5050
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5151
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)