add ci file
parent
d4bf341a72
commit
af8d64cd35
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue