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.
2 parents e581d3b + 19d4a2c commit a338a0eCopy full SHA for a338a0e
.github/workflows/dockerhub.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v3
25
26
- name: Log in to Docker Hub
27
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
+ uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
28
with:
29
username: ${{ secrets.DOCKER_HUB_USERNAME }}
30
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
0 commit comments