We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36051da commit 3336470Copy full SHA for 3336470
.github/workflows/docker-image.yml
@@ -166,7 +166,7 @@ jobs:
166
- name: Login to DockerHub
167
# if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
168
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
169
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
+ uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
170
with:
171
username: ${{ secrets.DOCKERHUB_USERNAME }}
172
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments