Skip to content

Commit 33cb8e3

Browse files
Update GitHub Container Registry login in build.yml
Signed-off-by: Mario Vejlupek <[email protected]>
1 parent 96f73e2 commit 33cb8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
--file Dockerfile --tag $IMAGE_NAME:$VERSION
3333
3434
# Make sure to use the correct PAT
35-
# Generate new here https://github.com/settings/tokens?type=beta
35+
# Generate new here https://github.com/settings/tokens?page=1 ( this doesn't work https://github.com/settings/tokens?type=beta )
3636
# Put it here https://github.com/organizations/Container-Driven-Development/settings/secrets/actions
3737
- name: Log into GitHub Container Registry
3838
run: echo "${{ secrets.CR_PAT }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

0 commit comments

Comments
 (0)