Update '.gitea/workflows/build-push.yaml'
This commit is contained in:
@@ -53,9 +53,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Update values.yaml
|
- name: Update values.yaml
|
||||||
run: |
|
run: |
|
||||||
yq -i '.image.tag = "${short_sha}"' rgbboard/rgbboard/values.yaml
|
yq -i ".image.tag = \"${SHORT_SHA}\"" rgbboard/rgbboard/values.yaml
|
||||||
env:
|
env:
|
||||||
short_sha: ${{ steps.short_sha.outputs.short_sha }}
|
SHORT_SHA: ${{ steps.short_sha.outputs.short_sha }}
|
||||||
- name: Commit and Push changes
|
- name: Commit and Push changes
|
||||||
run: |
|
run: |
|
||||||
cd repo
|
cd repo
|
||||||
|
|||||||
Reference in New Issue
Block a user