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