Skip to content

Commit

Permalink
👷 Authenticate to GitHub Container Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Dec 2, 2020
1 parent 221150d commit c173336
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ commands:
cd ..
build-images:
steps:
- run:
name: "Logging into GitHub Container Registry"
command: echo "${GITHUB_REGISTRY_TOKEN}" | docker login https://docker.pkg.github.com -u ${GITHUB_REGISTRY_NAME} --password-stdin
- run:
name: "Building Docker image"
command: |
Expand Down

0 comments on commit c173336

Please sign in to comment.