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 54ac3fe4 authored by Dorian Turba's avatar Dorian Turba
Browse files

Merge branch 'trunk'

parents 9b7a1efe cc408995
No related branches found
Tags 0.2.2
No related merge requests found
Pipeline #43227 passed
[tool.bumpversion]
commit = true
current_version = "0.2.1"
current_version = "0.2.2"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}"
search = "{current_version}"
......
......@@ -11,6 +11,9 @@ docker_build:
TARGET_IMAGE: $CI_REGISTRY_IMAGE:$TAG
PROJECT_PATH: .
#test_image:
# TODO tests
docker_push:
image: docker:latest
services:
......@@ -48,5 +51,5 @@ docker_push:
- docker push $TARGET_IMAGE:$MAJOR
- docker push $TARGET_IMAGE:latest
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_TAG # == "3.20.2"
- if: $CI_COMMIT_TAG # == "3.20.2"
when: manual
......@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.2] - 2024-09-01
* Revert 0.2.1
## [0.2.1] - 2024-09-01
* Until end of automation, the push won't be locked to alpine version, but still manual
......
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