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 3a529ca commit c936eb1Copy full SHA for c936eb1
.github/workflows/docker-publish.yml
@@ -28,8 +28,8 @@ jobs:
28
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
29
with:
30
registry: ${{ env.REGISTRY }}
31
- username: ${{ github.actor }}
32
- password: ${{ github.token }}
+ username: ${{ secrets.GHCR_USERNAME }}
+ password: ${{ secrets.GHCR_TOKEN }}
33
34
- name: Build and push Docker image
35
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
0 commit comments