Skip to content

Commit 6d1fc54

Browse files
authored
Merge branch 'main' into dependabot/github_actions/docker/setup-qemu-action-3
2 parents 7838c0e + 3cdc27e commit 6d1fc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/setup-qemu-action@v3
4242

4343
- name: Log in to the Container registry
44-
uses: docker/login-action@v2
44+
uses: docker/login-action@v3
4545
with:
4646
username: ${{ secrets.DOCKERHUB_USERNAME }}
4747
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)