Update '.gitea/workflows/build-push.yaml'
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user