We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843ebfa commit 89622c5Copy full SHA for 89622c5
.github/workflows/cd.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: 🏷️ Get the version
37
id: get_version
38
- run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//v}
+ run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
39
40
- name: 💽 Build OCI image
41
run: make build/prod TAG=${{ steps.get_version.outputs.VERSION }}
0 commit comments