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

remove latest until properly managed

parent bb3f4091
No related branches found
No related tags found
No related merge requests found
......@@ -42,14 +42,14 @@ docker_push:
- docker tag $SRC_IMAGE $TARGET_IMAGE:$VERSION
- docker tag $SRC_IMAGE $TARGET_IMAGE:$MINOR
- docker tag $SRC_IMAGE $TARGET_IMAGE:$MAJOR
- docker tag $SRC_IMAGE $TARGET_IMAGE:latest
# - docker tag $SRC_IMAGE $TARGET_IMAGE:latest
# Login to Docker Hub
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USER" --password-stdin
- docker push $TARGET_IMAGE:$VERSION
- docker push $TARGET_IMAGE:$MINOR
- docker push $TARGET_IMAGE:$MAJOR
- docker push $TARGET_IMAGE:latest
# - docker push $TARGET_IMAGE:latest
rules:
- if: $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]
* Remove latest tag until properly managed
## [0.2.2] - 2024-09-01
* Revert 0.2.1
......
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