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

commit

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