We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cf359 commit efd3d8dCopy full SHA for efd3d8d
.github/workflows/release.yaml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
registry: ghcr.io
58
username: ${{ github.repository_owner }}
59
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.CR_PAT }}
60
- name: Build and push container (multi arch)
61
uses: docker/build-push-action@v3
62
0 commit comments