Update '.gitea/workflows/build-push.yaml'
This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
||||
- run: yq --help
|
||||
- name: Update values.yaml
|
||||
run: |
|
||||
yq -i -e ".image.tag = \"${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
|
||||
|
||||
Reference in New Issue
Block a user