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