From 5300915569dd3519b786cffbff736d4069b00bee Mon Sep 17 00:00:00 2001 From: jdorsch Date: Mon, 10 Feb 2025 12:00:41 +0100 Subject: [PATCH] fixed pipeline error --- .gitlab-ci.yml | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee59c735..225daebb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -277,7 +277,7 @@ tag_release: if [ "$code_tag" == "prod" ] && [ "$tag" != "prod" ] && [ "$img" != "reservations" ]; then # if code_tag indicates prod and tag is 'v1...', also publish to GitHub crane copy ${CI_REGISTRY_PREFIX}/${img}:${tag} ghcr.io/eth-cscs/firecrest/f7t-${img}:${tag} - crane tag ghcr.io/eth-cscs/firecrest/f7t-${img}:${tag} latest + crane tag ghcr.io/eth-cscs/firecrest/f7t-${img}:${tag} latest fi done done diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d6ef13..b4683936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.16.2] + + +### Added + +### Changed + +### Fixed + +- Fix CI pipeline when tagging images and helm charts + + ## [1.16.1] ### Added