We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e96dab commit 25cf0c4Copy full SHA for 25cf0c4
.github/workflows/update-docker-tag.yml
@@ -31,6 +31,7 @@ jobs:
31
git switch -c update-docker-tag/${{ github.event.client_payload.tag }}
32
33
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
35
git commit -am "Update image.tag to ${{ github.event.client_payload.tag }}"
36
37
git push --set-upstream origin update-docker-tag/${{ github.event.client_payload.tag }}
0 commit comments