Skip to content

Commit d2aa006

Browse files
committed
values
1 parent 1aa3d7d commit d2aa006

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ jobs:
181181
- name: Update Tag
182182
run: |
183183
sed -i 's/TAG=.*/TAG=${{ github.sha }}/g' .env
184+
sed -i 's/tag: .*/tag: ${{ github.sha }}/g' remote/charts/pingus/values.yaml
185+
184186
git add .env
187+
git add remote/charts/pingus/values.yaml
188+
185189
git commit -m "Tag update: ${{ github.sha }}"
186190
git push

0 commit comments

Comments
 (0)