add ci file

merge-requests/1/head
Matthew 2020-12-23 14:38:32 -05:00
parent d4bf341a72
commit af8d64cd35
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ stages:
build:
stage: build
variables:
IMAGE: docker.libraryofcode.org/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA
IMAGE: docker.libraryofcode.org/engineering/certificate-api/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA
script:
- docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASSWORD" docker.libraryofcode.org
- docker build -t $IMAGE .