We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 907931f + 91b604c commit bed4cadCopy full SHA for bed4cad
.github/workflows/build-publish.yml
@@ -60,13 +60,13 @@ jobs:
60
uses: docker/setup-buildx-action@v4
61
62
- name: Login to DockerHub
63
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
64
with:
65
username: ${{ secrets.DOCKERHUB_USERNAME }}
66
password: ${{ secrets.DOCKERHUB_TOKEN }}
67
68
- name: Log in to GitHub Container Registry
69
70
71
registry: ghcr.io
72
username: ${{ github.actor }}
0 commit comments