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

Merge branch 'trunk'

parents 54ac3fe4 da814e6e
No related branches found
No related tags found
No related merge requests found
Pipeline #43238 waiting for manual action
[tool.bumpversion]
commit = true
current_version = "0.2.2"
current_version = "0.2.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}"
search = "{current_version}"
......
......@@ -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,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.3] - 2024-09-01
* Remove latest tag until properly managed
## [0.2.2] - 2024-09-01
* Revert 0.2.1
......
......@@ -35,7 +35,7 @@ USER $APP_UID
WORKDIR $APP_ROOT
LABEL maintainers="Dorian Turba <contact.docker.cblm4@simplelogin.com>"
LABEL description="Lightweight image with git and ssh."
LABEL description="Lightweight image with Git and SSH."
LABEL version="3.20.2"
LABEL license="MIT"
LABEL org.opencontainers.image.source="https://lab.frogg.it/swepy/containers/gitssh"
......
File moved
# GitSSH Docker Image
[//]: # ([![Pipeline]&#40;https://lab.frogg.it/swepy/containers/gitssh/badges/main/pipeline.svg&#41;]&#40;https://lab.frogg.it/swepy/containers/gitssh/-/pipelines?ref=main&#41;)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://lab.frogg.it/swepy/containers/gitssh/-/blob/main/LICENCE.md)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://lab.frogg.it/swepy/containers/gitssh/-/blob/main/LICENSE.md)
[![src froggit](https://img.shields.io/badge/src-Frogg.it-green)](https://lab.frogg.it/swepy/containers/gitssh)
[![mirror gitlab](https://img.shields.io/badge/mirror-GitLab.com-orange)](https://gitlab.com/swepy/containers/gitssh)
......
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