Skip to content

Commit 89622c5

Browse files
committed
fix(cd): remove extra "v" in OCI image version
1 parent 843ebfa commit 89622c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: 🏷️ Get the version
3737
id: get_version
38-
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//v}
38+
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
3939

4040
- name: 💽 Build OCI image
4141
run: make build/prod TAG=${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)