File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
push :
7
7
branches :
8
8
- ' develop'
9
- - ' feature/update-tag-on-push'
10
9
paths-ignore :
11
10
- ' doc/**'
12
11
tags :
@@ -131,13 +130,13 @@ jobs:
131
130
repository : ether/ether-charts
132
131
token : ${{ secrets.ETHER_CHART_TOKEN }}
133
132
- name : Update tag in values-dev.yaml
134
- # if: github.event == 'push' && github.ref == 'refs/heads/develop'
133
+ if : github.event == 'push' && github.ref == 'refs/heads/develop'
135
134
working-directory : ether-charts
136
135
run : |
137
136
sed -i 's/tag: ".*"/tag: "${{ steps.build-docker.outputs.digest }}"/' values-dev.yaml
138
137
- name : Commit and push changes
139
138
working-directory : ether-charts
140
- # if: github.event == 'push' && github.ref == 'refs/heads/develop'
139
+ if : github.event == 'push' && github.ref == 'refs/heads/develop'
141
140
run : |
142
141
git config --global user.name 'github-actions[bot]'
143
142
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
You can’t perform that action at this time.
0 commit comments