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 0b950b4 commit 89f1e52Copy full SHA for 89f1e52
.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@21f251affc0769ccac8a1cf17e937592fb492337
+ uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
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