Update '.gitea/workflows/build-push.yaml'

This commit is contained in:
2025-06-14 02:28:16 +00:00
parent 5ed9cae197
commit 5bc68ca194

View File

@@ -54,7 +54,7 @@ jobs:
- run: yq --help
- name: Update values.yaml
run: |
yq -i '.image.tag = env.SHORT_SHA' rgbboard/rgbboard/values.yaml
yq -i \'.image.tag = env.SHORT_SHA\' rgbboard/rgbboard/values.yaml
env:
SHORT_SHA: ${{ steps.short_sha.outputs.short_sha }}
- name: Commit and Push changes