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 5aa9b4b commit e64e082Copy full SHA for e64e082
.github/workflows/release.yaml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
registry: ghcr.io
58
username: ${{ github.repository_owner }}
59
- password: ${{ secrets.CR_PAT }}
+ password: ${{ secrets.GITHUB_TOKEN }}
60
- name: Build and push container (multi arch)
61
uses: docker/build-push-action@v6
62
0 commit comments