Skip to content

Commit

Permalink
gh auth login
Browse files Browse the repository at this point in the history
  • Loading branch information
crolarlibertyva committed Nov 16, 2023
1 parent 215b645 commit 96970f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cicd/buildspec-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ phases:
# Login to GHCR prior to pulling base images to avoid rate limiting
- echo Logging into GHCR
- echo "${GHCR_TOKEN}" | docker login ghcr.io -u ${GHCR_USERNAME} --password-stdin
- echo "${GHCR_TOKEN}" | gh auth login --with-token
# Build the image
- echo Building commit ${TAG}
- time="${time}\nBuild - $(date +%r) - started"
Expand Down

0 comments on commit 96970f0

Please sign in to comment.