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

This commit is contained in:
2025-06-13 22:14:16 +00:00
parent 9f6ca33133
commit 8637558f45

View File

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