mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
Revert docker images tag naming to <prnum-shortsha> (#2434)
Docker images from paritypr are also used in testnets. PR reverts docker tags naming to a more convenient. cc @PierreBesson
This commit is contained in:
committed by
GitHub
parent
7a32f4be48
commit
a9ba1e540f
+1
-1
@@ -30,7 +30,7 @@ variables:
|
||||
RUSTY_CACHIER_COMPRESSION_METHOD: zstd
|
||||
NEXTEST_FAILURE_OUTPUT: immediate-final
|
||||
NEXTEST_SUCCESS_OUTPUT: final
|
||||
DOCKER_IMAGES_VERSION: "${CI_COMMIT_SHA}"
|
||||
DOCKER_IMAGES_VERSION: "${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}"
|
||||
|
||||
default:
|
||||
retry:
|
||||
|
||||
Reference in New Issue
Block a user