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