We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f131aae commit 94edc64Copy full SHA for 94edc64
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
env:
49
VERSION: ${{ github.event.release.tag_name }}
50
IMAGE_TAG_BASE: streamnative/function-mesh
51
- CATALOG_BRANCH_IMG: latest
+ CATALOG_BRANCH_TAG: latest
52
run: |
53
make release
54
make docker-push
0 commit comments