Skip to content

Commit c173336

Browse files
committed
👷 Authenticate to GitHub Container Registry
1 parent 221150d commit c173336

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ commands:
3636
cd ..
3737
build-images:
3838
steps:
39+
- run:
40+
name: "Logging into GitHub Container Registry"
41+
command: echo "${GITHUB_REGISTRY_TOKEN}" | docker login https://docker.pkg.github.com -u ${GITHUB_REGISTRY_NAME} --password-stdin
3942
- run:
4043
name: "Building Docker image"
4144
command: |

0 commit comments

Comments
 (0)