add ci file
parent
8b92a3c740
commit
d4bf341a72
|
@ -16,7 +16,7 @@ build:
|
|||
variables:
|
||||
IMAGE: docker.libraryofcode.org/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA
|
||||
script:
|
||||
- docker login -u "system" -p "$REGISTRY_PASSWORD" docker.libraryofcode.org
|
||||
- docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASSWORD" docker.libraryofcode.org
|
||||
- docker build -t $IMAGE .
|
||||
- docker push $IMAGE
|
||||
|
||||
|
|
Loading…
Reference in New Issue