Skip to content

Commit

Permalink
Merge branch 'RESTAPI-fix-copy-f7t-base-img' into 'master'
Browse files Browse the repository at this point in the history
Restapi fix copy f7t base img

See merge request firecrest/firecrest!340
  • Loading branch information
Juan Pablo Dorsch committed Feb 10, 2025
2 parents ea06278 + 79f48af commit 6e154b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ tag_release:
GH_PAT="$(vault kv get -field=ghcr_pat_token firecrest/prod/)"
crane auth login ghcr.io --username $GH_USER --password $GH_PAT
# publish 'f7t-base'
crane copy ${CI_REGISTRY_PREFIX}/f7t-base:$CI_COMMIT_TAG ghcr.io/eth-cscs/firecrest/f7t-base:${tag}
jfrog rt copy --flat=true --url="https://${CI_REGISTRY}/artifactory" --user="${CI_REGISTRY_USER}" --password="${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY_GROUP}/f7t-base/tmp-${CI_COMMIT_SHORT_SHA}-${CI_PIPELINE_ID}/" "${CI_REGISTRY_GROUP}/f7t-base/$tag/";
crane copy ${CI_REGISTRY_PREFIX}/f7t-base:${tag} ghcr.io/eth-cscs/firecrest/f7t-base:${tag}
crane tag ghcr.io/eth-cscs/firecrest/f7t-base:${tag} latest
fi
images="certificator compute reservations status storage tasks utilities";
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.3]


### Added

### Changed

### Fixed

- Fix CI pipeline when tagging `f7t-base` in local repository

## [1.16.2]


Expand Down

0 comments on commit 6e154b1

Please # to comment.