Skip to content

Commit a003c9a

Browse files
fix pipeline
1 parent d886a51 commit a003c9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codefresh.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stages:
1313
steps:
1414

1515
preapre_env:
16-
title: "Export image tag"
16+
title: "Prepare variables"
1717
type: freestyle
1818
stage: prepare
1919
image: alpine
@@ -58,7 +58,7 @@ steps:
5858
builder:
5959
driver_opts: "image=moby/buildkit:v0.14.1"
6060
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}}
6262
- ghcr.io/${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}:v1-main
6363
when:
6464
steps:
@@ -81,7 +81,7 @@ steps:
8181
builder:
8282
driver_opts: "image=moby/buildkit:v0.14.1"
8383
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}}
8585
- ghcr.io/${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}:v2-main
8686
when:
8787
steps:

0 commit comments

Comments
 (0)