We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d42b2 commit 8fe4ffcCopy full SHA for 8fe4ffc
1 file changed
.github/workflows/release.yml
@@ -46,6 +46,7 @@ jobs:
46
run: |
47
make release
48
make docker-push
49
+ VERSION=$(echo $VERSION|cut -c 2-)
50
make docker-build image-push catalog-build catalog-push
51
52
- name: Upload crd.yaml to release
0 commit comments