Skip to content

Commit 25cf0c4

Browse files
committed
Make update-docker-tag.yml update imgproxy/Chart.yaml as well
1 parent 9e96dab commit 25cf0c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-docker-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
git switch -c update-docker-tag/${{ github.event.client_payload.tag }}
3232
3333
sed -i -E '0,/^([[:blank:]]+tag:[[:blank:]]*)[^[:blank:]]+/{s//\1${{ github.event.client_payload.tag }}/}' imgproxy/values.yaml
34+
sed -i -E 's/(ghcr.io\/imgproxy\/imgproxy:)[^[:blank:]]+/\1${{ github.event.client_payload.tag }}/' imgproxy/Chart.yaml
3435
git commit -am "Update image.tag to ${{ github.event.client_payload.tag }}"
3536
3637
git push --set-upstream origin update-docker-tag/${{ github.event.client_payload.tag }}

0 commit comments

Comments
 (0)