Skip to content

Commit 05560ba

Browse files
committed
Image name from branch
1 parent 8e44cc8 commit 05560ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Extract main sha tag
6969
id: main_sha
7070
run: |
71-
echo "tag=$(echo '${{ steps.meta.outputs.tags }}' | grep '^.*:main-')" >> $GITHUB_OUTPUT
71+
echo "tag=$(echo '${{ steps.meta.outputs.tags }}' | grep '^.*:new-pipeline-')" >> $GITHUB_OUTPUT
7272
- uses: azure/setup-helm@v3.5
7373
- run: |
7474
helm upgrade --install -n cms cms deployment/ -f deployment/prod-values.yaml --set image.tag=${{ steps.main_sha.outputs.tag }}

0 commit comments

Comments
 (0)