We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd16a58 commit 2e364b9Copy full SHA for 2e364b9
.github/workflows/build-and-push.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
registry: https://ghcr.io
20
username: ${{ github.actor }}
21
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.GHCR_TOKEN }}
22
23
- name: Build and push Docker image
24
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
0 commit comments