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 2aa9e51 commit e8c3e54Copy full SHA for e8c3e54
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
uses: docker/setup-buildx-action@v1
24
25
- name: Log into GitHub Container Registry
26
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${GITHUB_ACTOR,,} --password-stdin
+ run: echo "${{ secrets.CR_PAT }}" | docker login ghcr.io -u ${GITHUB_ACTOR,,} --password-stdin
27
28
- name: Build Image
29
run: OSS_REGISTRY="ghcr.io/${GITHUB_ACTOR,,}" VERSION="${{ github.ref_name }}" make image
0 commit comments