File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 ${{ env.IMAGE_PATH }}:${{ github.sha }}
5555 ${{ env.IMAGE_PATH }}:latest
5656 build-args : |
57- NEXT_PUBLIC_SOURCEBOT_VERSION=${{ github.ref_name }}
57+ # @nocheckin : revert back to ref_name
58+ NEXT_PUBLIC_SOURCEBOT_VERSION=${{ github.commit_sha }}
59+ # NEXT_PUBLIC_SOURCEBOT_VERSION=${{ github.ref_name }}
5860 NEXT_PUBLIC_POSTHOG_PAPIK=${{ vars.NEXT_PUBLIC_POSTHOG_PAPIK }}
5961 NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT=${{ vars.NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT }}
6062 NEXT_PUBLIC_SENTRY_ENVIRONMENT=${{ vars.NEXT_PUBLIC_SENTRY_ENVIRONMENT }}
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ name: Deploy Staging
22
33on :
44 push :
5- # @nocheckin
6- branches : [main, bkellam/release_cleanup]
5+ # @todo: remove v3 after merge is complete.
6+ # @nocheckin : remove bkellam/release_cleanup
7+ branches : [main, v3, bkellam/release_cleanup]
78 tags : ["v*.*.*"]
89 workflow_dispatch :
910
You can’t perform that action at this time.
0 commit comments