We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a0ce4a + 7b13395 commit 85be346Copy full SHA for 85be346
1 file changed
.github/workflows/build.yml
@@ -44,14 +44,14 @@ jobs:
44
45
- name: Login to Docker Hub
46
if: github.event_name != 'pull_request'
47
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
48
with:
49
username: ${{ vars.DOCKERHUB_USERNAME }}
50
password: ${{ secrets.DOCKERHUB_TOKEN }}
51
52
- name: Login to GitHub Container Registry
53
54
55
56
registry: ghcr.io
57
username: ${{ github.repository_owner }}
0 commit comments