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

create release during tagged pipeline

parent 8183977b
No related branches found
No related tags found
No related merge requests found
Pipeline #10286 failed
......@@ -42,5 +42,10 @@ release:
- 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'
# SQLite Injection
[![pipeline status](https://gitlab.cylab.be/cylab/play/sqlite-injection/badges/main/pipeline.svg)](https://gitlab.cylab.be/cylab/play/sqlite-injection/-/commits/main)
[![Latest Release](https://gitlab.cylab.be/cylab/play/sqlite-injection/-/badges/release.svg)](https://gitlab.cylab.be/cylab/play/sqlite-injection/-/releases)
![SQLite Injection](sqlite-injection.png)
......
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