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

This commit is contained in:
2025-06-13 22:01:59 +00:00
parent 9c95b907bf
commit 23b8247ca5

View File

@@ -53,7 +53,7 @@ jobs:
- name: Update values.yaml
run: |
yq e -i '.image.tag = "my-image:${{ steps.short_sha.outputs.short_sha }}"' rgbboard/rgbboard/values.yaml
yq -i '.image.tag = "my-image:${{ steps.short_sha.outputs.short_sha }}"' rgbboard/rgbboard/values.yaml
- name: Commit and Push changes
run: |