We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7288a commit da58a70Copy full SHA for da58a70
1 file changed
.github/workflows/publish-docker-image.yml
@@ -16,13 +16,13 @@ jobs:
16
uses: actions/checkout@v3
17
18
- name: Log in to Docker Hub
19
- uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
+ uses: docker/login-action@21f251affc0769ccac8a1cf17e937592fb492337
20
with:
21
username: ${{ secrets.DOCKER_USERNAME }}
22
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
23
24
- name: Log in to the Container registry
25
26
27
registry: ghcr.io
28
username: ${{ github.actor }}
0 commit comments