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 1cbb8f4 + b0b2696 commit a20c78fCopy full SHA for a20c78f
.github/workflows/dockerhub.yml
@@ -1,7 +1,6 @@
1
# This workflow uses actions that are not certified by GitHub.
2
# They are provided by a third-party and are governed by
3
-# separate terms of service, privacy policy, and support
4
-# documentation.
+# separate terms of service, privacy policy, and support documentation.
5
6
# GitHub recommends pinning actions to a commit SHA.
7
# To get a newer version, you will need to update the SHA.
@@ -24,7 +23,7 @@ jobs:
24
23
uses: actions/checkout@v4
25
26
- name: Log in to Docker Hub
27
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
+ uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
28
with:
29
username: ${{ secrets.DOCKER_HUB_USERNAME }}
30
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
0 commit comments