Skip to content
Snippets Groups Projects
Commit dc2ba42b authored by vigneron's avatar vigneron
Browse files

Add .gitlab-ci.yml with docker

parent d0ad3754
No related merge requests found
Pipeline #8663 failed with stages
in 1 second
...@@ -4,11 +4,11 @@ stages: ...@@ -4,11 +4,11 @@ stages:
- release - release
variables: variables:
CONTAINER_TEST_IMAGE: boileaum/rosen:$CI_COMMIT_REF_NAME CONTAINER_TEST_IMAGE: cvdiunistra/rosen:$CI_COMMIT_REF_NAME
CONTAINER_RELEASE_IMAGE: boileaum/rosen:latest CONTAINER_RELEASE_IMAGE: cvdiunistra/rosen:latest
before_script: before_script:
- echo $DOCKERHUB_PASSWD | docker login -u boileaum --password-stdin - echo $DOCKERHUB_PASSWD | docker login -u cvdiunistra --password-stdin
b:docker: b:docker:
stage: build stage: build
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment