We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ce6fd commit d0eaf7bCopy full SHA for d0eaf7b
1 file changed
.github/workflows/release.yml
@@ -50,10 +50,10 @@ jobs:
50
IMAGE_TAG_BASE: streamnative/function-mesh
51
CATALOG_BRANCH_TAG: latest
52
run: |
53
- make release
54
- make docker-push
55
# convert vx.y.z to x.y.z because a valid semver is needed in creating the bundle
56
VERSION=$(echo $VERSION|cut -c 2-)
+ make release
+ make docker-push
57
make docker-build image-push bundle bundle-build bundle-push catalog-build catalog-push
58
59
- name: Upload crd.yaml to release
0 commit comments