We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba8a95 commit d73574aCopy full SHA for d73574a
1 file changed
.github/workflows/build.yml
@@ -133,15 +133,15 @@ jobs:
133
134
- name: Login to docker.io
135
if: ${{ env.DOCKER_PUSH }}
136
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
137
with:
138
username: ${{ secrets.DOCKER_HUB_USERNAME }}
139
password: ${{ secrets.DOCKER_HUB_TOKEN }}
140
141
142
- name: Login to ghcr.io
143
if: ${{ env.DOCKER_PUSH_GHCR }}
144
145
146
registry: ghcr.io
147
username: ${{ github.actor }}
0 commit comments