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 68a641b + 9d644da commit 0998f69Copy full SHA for 0998f69
.github/workflows/dockerpublish.yml
@@ -25,13 +25,13 @@ jobs:
25
uses: actions/checkout@v3
26
27
- name: Log in to Docker Hub
28
- uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
29
with:
30
username: ${{ secrets.DOCKER_USERNAME }}
31
password: ${{ secrets.DOCKER_TOKEN }}
32
33
- name: Log in to the Container registry
34
35
36
registry: ghcr.io
37
username: ${{ github.actor }}
0 commit comments