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 96f73e2 commit 33cb8e3Copy full SHA for 33cb8e3
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
--file Dockerfile --tag $IMAGE_NAME:$VERSION
33
34
# Make sure to use the correct PAT
35
- # Generate new here https://github.com/settings/tokens?type=beta
+ # Generate new here https://github.com/settings/tokens?page=1 ( this doesn't work https://github.com/settings/tokens?type=beta )
36
# Put it here https://github.com/organizations/Container-Driven-Development/settings/secrets/actions
37
- name: Log into GitHub Container Registry
38
run: echo "${{ secrets.CR_PAT }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
0 commit comments