Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit d5e95492 authored by Dorian Turba's avatar Dorian Turba
Browse files

docker push will be on every tag of the default branch

parent d4aaa235
No related branches found
No related tags found
No related merge requests found
......@@ -48,5 +48,5 @@ docker_push:
- docker push $TARGET_IMAGE:$MAJOR
- docker push $TARGET_IMAGE:latest
rules:
- if: $CI_COMMIT_TAG == "3.20.2"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_TAG # == "3.20.2"
when: manual
......@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
* Until end of automation, the push won't be locked to alpine version, but still manual
## [0.2.0] - 2024-09-01
* Temporary version waiting for more automation
......
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