We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff0334f + a4f55cb commit e6245ceCopy full SHA for e6245ce
.github/workflows/build.yml
@@ -66,14 +66,14 @@ jobs:
66
version: latest
67
68
- name: 🔑 Log in to Docker
69
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
70
if: ${{ github.event_name != 'pull_request' }}
71
with:
72
username: ${{ vars.DOCKER_USERNAME }}
73
password: ${{ secrets.DOCKERHUB_TOKEN }}
74
75
- name: 🔑 Login to GitHub Container Registry
76
77
78
79
registry: ghcr.io
0 commit comments