chore: update docker write location in values-dev.yaml

This commit is contained in:
SamTV12345 2026-05-08 22:30:37 +02:00
parent ac9751cb0b
commit 84e8461b69

View file

@ -329,7 +329,7 @@ jobs:
if: success() && github.ref == 'refs/heads/develop'
working-directory: ether-charts
run: |
sed -i 's/tag: ".*"/tag: "${{ steps.build-docker.outputs.digest }}"/' values-dev.yaml
sed -i 's/tag: ".*"/tag: "${{ steps.build-docker.outputs.digest }}"/' charts/etherpad/values-dev.yaml
- name: Commit and push changes
working-directory: ether-charts
if: success() && github.ref == 'refs/heads/develop'