Skip to content
Snippets Groups Projects
Commit 98d8d15a authored by James Alexander Clark PhD's avatar James Alexander Clark PhD
Browse files

exclude tag and latest docker images from nightly build

parent 21264a6b
No related branches found
No related tags found
2 merge requests!173Polarization,!129Polarization
Pipeline #72762 passed
......@@ -144,6 +144,8 @@ docker:latest:
- docker push $CI_REGISTRY_IMAGE:latest
dependencies:
- build-bayeswave-rpm
except:
- schedules
docker:tags:
# FIXME: Until we version the dependency image, the tags containers will
......@@ -164,6 +166,8 @@ docker:tags:
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
dependencies:
- build-bayeswave-rpm
except:
- schedules
docs:
stage: build
......
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