Skip to content
Snippets Groups Projects
Commit cd2a975f authored by Thibault Debatty's avatar Thibault Debatty
Browse files

fix release job

parent 01b79938
No related branches found
No related tags found
No related merge requests found
Pipeline #10290 passed
......@@ -47,10 +47,6 @@ build:tagged:
- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG --tag $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
- docker push $CI_REGISTRY_IMAGE:latest
# create a release
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
tag_name: '$CI_COMMIT_TAG'
description: '$CI_COMMIT_TAG'
release_job:
stage: release
......
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