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 49b9997 commit 7f7dac1Copy full SHA for 7f7dac1
.github/workflows/docker-image.yml
@@ -169,7 +169,7 @@ jobs:
169
- name: Login to DockerHub
170
# if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
171
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
172
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
173
with:
174
username: ${{ secrets.DOCKERHUB_USERNAME }}
175
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments