File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
---
9
9
# @ def _update_helmchart(version):
10
+ if : github.ref_type == 'tag'
10
11
name : # @ "Publish helm chart"
11
12
uses : peter-evans/repository-dispatch@v2
12
13
with :
Original file line number Diff line number Diff line change @@ -982,7 +982,8 @@ jobs:
982
982
with :
983
983
src : ghcr.io/covergo/auth:${{ needs.version.outputs.app_version }}
984
984
dst : ${{ steps.alicloud-tags-auth-service.outputs.docker_image_ali_cloud_tags }}
985
- - name : Publish helm chart
985
+ - if : github.ref_type == 'tag'
986
+ name : Publish helm chart
986
987
uses : peter-evans/repository-dispatch@v2
987
988
with :
988
989
event-type : helm_release
@@ -1111,7 +1112,8 @@ jobs:
1111
1112
with :
1112
1113
src : ghcr.io/covergo/auth-predeployment:${{ needs.version.outputs.app_version }}
1113
1114
dst : ${{ steps.alicloud-tags-auth-predeployment.outputs.docker_image_ali_cloud_tags }}
1114
- - name : Publish helm chart
1115
+ - if : github.ref_type == 'tag'
1116
+ name : Publish helm chart
1115
1117
uses : peter-evans/repository-dispatch@v2
1116
1118
with :
1117
1119
event-type : helm_release
You can’t perform that action at this time.
0 commit comments