We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6dcf5a commit 0d7f24bCopy full SHA for 0d7f24b
1 file changed
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Login to GHCR
28
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
29
30
- - uses: docker/login-action@v3
+ - uses: docker/login-action@v4
31
with:
32
username: ${{ secrets.DOCKERHUB_USER }}
33
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments