We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85f5936 + bf39cb7 commit eca28e2Copy full SHA for eca28e2
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@74a5d142397b4f367a81961eba4e8cd7edddf772
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
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