We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e44cc8 commit 05560baCopy full SHA for 05560ba
.github/workflows/gh-publish.yaml
@@ -68,7 +68,7 @@ jobs:
68
- name: Extract main sha tag
69
id: main_sha
70
run: |
71
- echo "tag=$(echo '${{ steps.meta.outputs.tags }}' | grep '^.*:main-')" >> $GITHUB_OUTPUT
+ echo "tag=$(echo '${{ steps.meta.outputs.tags }}' | grep '^.*:new-pipeline-')" >> $GITHUB_OUTPUT
72
- uses: azure/setup-helm@v3.5
73
- run: |
74
helm upgrade --install -n cms cms deployment/ -f deployment/prod-values.yaml --set image.tag=${{ steps.main_sha.outputs.tag }}
0 commit comments