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