We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55d1e59 + 294cecf commit 44b6fb6Copy full SHA for 44b6fb6
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