File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919 with :
2020 fetch-depth : 0
2121
22- - name : Fail on semver pre-release chart version
22+ - name : Fail if publishing pre-release on main branch
2323 run : yq .version deployment/helm/Chart.yaml | grep -v '[a-zA-Z-]'
2424 if : ${{ github.ref_name == 'main'}}
2525
26- - name : Fail on stable semver release chart version
26+ - name : Fail if publishing stable release on dev branch
2727 run : yq .version deployment/helm/Chart.yaml | grep '[a-zA-Z-]'
2828 if : ${{ github.ref_name != 'main'}}
2929
30- - name : Fail if image tags don 't exist
30+ - name : Fail if required images haven 't been built
3131 run : >-
3232 curl -H "Authorization: Bearer $(echo ${{ secrets.GITHUB_TOKEN }} | base64)"
3333 https://ghcr.io/v2/stackhpc/danswer/danswer-backend/tags/list
You can’t perform that action at this time.
0 commit comments