We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4651a51 + b9d379d commit 294cecfCopy full SHA for 294cecf
1 file changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: docker/setup-qemu-action@v2
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