Skip to content

Commit 253e23d

Browse files
authored
Merge branch 'main' into dependabot/github_actions/docker/setup-buildx-action-3
2 parents ccdc6d9 + 36a7897 commit 253e23d

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
@@ -33,7 +33,7 @@ jobs:
3333
id: buildx
3434
uses: docker/setup-buildx-action@v3
3535
- name: Login to Docker Hub
36-
uses: docker/login-action@v2
36+
uses: docker/login-action@v3
3737
with:
3838
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3939
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)