We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0e0efc + e329fd0 commit 8041681Copy full SHA for 8041681
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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
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