We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392b537 commit 3dc3e58Copy full SHA for 3dc3e58
.github/workflows/set-image.yml
@@ -52,6 +52,6 @@ jobs:
52
run: |
53
kustomize edit set image ${{ inputs.base-tag }} ${{ inputs.tag }}
54
git add .
55
- git commit -m "Update ${{ inputs.app }} to `${{ inputs.tag }}`"
+ git commit -m 'Update ${{ inputs.app }} to `${{ inputs.tag }}`'
56
- name: Push manifests
57
run: git push
0 commit comments