File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ stages:
13
13
steps :
14
14
15
15
preapre_env :
16
- title : " Export image tag "
16
+ title : " Prepare variables "
17
17
type : freestyle
18
18
stage : prepare
19
19
image : alpine
58
58
builder :
59
59
driver_opts : " image=moby/buildkit:v0.14.1"
60
60
cache_from :
61
- - ghcr.io/${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}:v1-${{CF_BRANCH_TAG_NORMALIZED_LOWER_CASE }}
61
+ - ghcr.io/${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}:v1-${{IMAGE_TAG }}
62
62
- ghcr.io/${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}:v1-main
63
63
when :
64
64
steps :
81
81
builder :
82
82
driver_opts : " image=moby/buildkit:v0.14.1"
83
83
cache_from :
84
- - ghcr.io/${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}:v2-${{CF_BRANCH_TAG_NORMALIZED_LOWER_CASE }}
84
+ - ghcr.io/${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}:v2-${{IMAGE_TAG }}
85
85
- ghcr.io/${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}:v2-main
86
86
when :
87
87
steps :
You can’t perform that action at this time.
0 commit comments