|
|
@ -50,10 +50,11 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install yq
|
|
|
|
- name: Install yq
|
|
|
|
uses: https://github.com/chrisdickinson/setup-yq@v1.0.0
|
|
|
|
uses: https://github.com/chrisdickinson/setup-yq@v1.0.0
|
|
|
|
|
|
|
|
- run: which yq
|
|
|
|
|
|
|
|
- run: yq --help
|
|
|
|
- name: Update values.yaml
|
|
|
|
- name: Update values.yaml
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
yq -i ".image.tag = \"${SHORT_SHA}\"" rgbboard/rgbboard/values.yaml
|
|
|
|
yq -i -e ".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
|
|
|
|