Skip to content
Snippets Groups Projects
Commit 0d250251 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Remove tab for space

parent 2f4bea55
No related branches found
No related tags found
1 merge request!69Change the name of the pre-calibrated output MS
Pipeline #345 failed
......@@ -26,14 +26,14 @@ build_docker:
- apk add git subversion git-lfs bash
- cd Docker
- bash build_docker.sh
push_docker_tags:
image: docker:latest
allow_failure: true
stage: push_docker
only:
only:
- tags
script:
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker tag lofareosc/prefactor-ci:latest $CI_REGISTRY/prefactor-ci:$CI_COMMIT_REF_NAME
- docker push $CI_REGISTRY/prefactor-ci:$CI_COMMIT_REF_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment