Skip to content
Snippets Groups Projects
Commit bd1d48c1 authored by Marmaduke Woodman's avatar Marmaduke Woodman :footprints:
Browse files

fix tag in ci

parent 6313c9fa
No related branches found
No related tags found
No related merge requests found
Pipeline #16134 failed with stage
in 2 minutes and 43 seconds
variables: variables:
stan_ver: 2.28.2 stan_ver: 2.28.2
registry: docker-registry.ebrains.eu registry: docker-registry.ebrains.eu
tag: woodman/dev tag: sga3showcase2/dev
build_image: build_image:
stage: build stage: build
...@@ -9,5 +9,5 @@ build_image: ...@@ -9,5 +9,5 @@ build_image:
- shell-runner - shell-runner
script: script:
- docker build -t $registry/$tag . - docker build -t $registry/$tag .
- docker login -u $HARBOR_USER -p $HARBOR_KEY $registry - docker login -u '$HARBOR_USER' -p '$HARBOR_KEY' $registry
- docker push $registry/$tag - docker push $registry/$tag
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