File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ jobs:
6363 mkdir ~/.kube
6464 echo "${{ vars.KUBECONFIG }}" > ~/.kube/config
6565 kubectl get all
66- - name : Extract main sha tag
67- id : main_sha
66+ - name : Extract trunk sha tag
67+ id : trunk_sha
6868 run : |
69- # Find the line with `:main -...`
70- full_line="$(echo '${{ steps.meta.outputs.tags }}' | grep ':main-pipeline -')"
69+ # Find the line with `:trunk -...`
70+ full_line="$(echo '${{ steps.meta.outputs.tags }}' | grep ':trunk -')"
7171 # Strip everything before the last :
7272 tag="${full_line##*:}"
7373 echo "tag=$tag" >> $GITHUB_OUTPUT
7474 - uses : azure/setup-helm@v3.5
7575 - run : |
76- helm upgrade --install -n cms cms deployment/ -f deployment/prod-values.yaml --set image.tag=${{ steps.main_sha .outputs.tag }}
76+ helm upgrade --install -n cms cms deployment/ -f deployment/prod-values.yaml --set image.tag=${{ steps.trunk_sha .outputs.tag }}
You can’t perform that action at this time.
0 commit comments