We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7838c0e + 3cdc27e commit 6d1fc54Copy full SHA for 6d1fc54
1 file changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: docker/setup-qemu-action@v3
42
43
- name: Log in to the Container registry
44
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
45
with:
46
username: ${{ secrets.DOCKERHUB_USERNAME }}
47
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments