We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d19626c + e30c950 commit 9552a59Copy full SHA for 9552a59
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@184bdaa0721073962dff0199f1fb9940f07167d1
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
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