File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,8 @@ tag_release:
267
267
GH_PAT="$(vault kv get -field=ghcr_pat_token firecrest/prod/)"
268
268
crane auth login ghcr.io --username $GH_USER --password $GH_PAT
269
269
# publish 'f7t-base'
270
- crane copy ${CI_REGISTRY_PREFIX}/f7t-base:$CI_COMMIT_TAG ghcr.io/eth-cscs/firecrest/f7t-base:${tag}
270
+ 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/";
271
+ crane copy ${CI_REGISTRY_PREFIX}/f7t-base:${tag} ghcr.io/eth-cscs/firecrest/f7t-base:${tag}
271
272
crane tag ghcr.io/eth-cscs/firecrest/f7t-base:${tag} latest
272
273
fi
273
274
images="certificator compute reservations status storage tasks utilities";
Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.16.3]
9
+
10
+
11
+ ### Added
12
+
13
+ ### Changed
14
+
15
+ ### Fixed
16
+
17
+ - Fix CI pipeline when tagging ` f7t-base ` in local repository
18
+
8
19
## [ 1.16.2]
9
20
10
21
You can’t perform that action at this time.
0 commit comments