Skip to content

Commit

Permalink
Merge branch 'fix-for-v1.16.2-release' into 'master'
Browse files Browse the repository at this point in the history
Fixed pipeline error

See merge request firecrest/firecrest!339
  • Loading branch information
Juan Pablo Dorsch committed Feb 10, 2025
2 parents 8ebdf80 + 5300915 commit ea06278
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea06278

Please sign in to comment.