File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 - check-latest-release
9090 with :
9191 IS_PRERELEASE : ${{ github.event.release.prerelease }}
92- MAKE_LATEST : ${{ needs.check-latest-release.outputs.is_latest }}
92+ MAKE_LATEST : ${{ needs.check-latest-release.outputs.is_latest == 'true' }}
9393
9494 docker-build-cloud :
9595 name : Build & push Formbricks Cloud to ECR
@@ -101,7 +101,7 @@ jobs:
101101 with :
102102 image_tag : ${{ needs.docker-build-community.outputs.VERSION }}
103103 IS_PRERELEASE : ${{ github.event.release.prerelease }}
104- MAKE_LATEST : ${{ needs.check-latest-release.outputs.is_latest }}
104+ MAKE_LATEST : ${{ needs.check-latest-release.outputs.is_latest == 'true' }}
105105 needs :
106106 - check-latest-release
107107 - docker-build-community
@@ -154,4 +154,4 @@ jobs:
154154 release_tag : ${{ github.event.release.tag_name }}
155155 commit_sha : ${{ github.sha }}
156156 is_prerelease : ${{ github.event.release.prerelease }}
157- make_latest : ${{ needs.check-latest-release.outputs.is_latest }}
157+ make_latest : ${{ needs.check-latest-release.outputs.is_latest == 'true' }}
You can’t perform that action at this time.
0 commit comments