Skip to content
Snippets Groups Projects
Commit 9829ecfb authored by Samuel Ross Meehan's avatar Samuel Ross Meehan
Browse files

commit

parent e6a21303
No related branches found
No related tags found
No related merge requests found
...@@ -22,5 +22,5 @@ build_daq_tag: ...@@ -22,5 +22,5 @@ build_daq_tag:
stage: package stage: package
only: [tags] only: [tags]
script: script:
- docker build -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_NAME} . - docker build -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG} .
- docker push ${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_NAME} - docker push ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}
\ No newline at end of file \ No newline at end of file
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