33---
44name : Publish Tagged Release
55
6- on :
6+ " on " :
77 push :
88 tags :
99 - v*
2828 chart_version : ${{ steps.prepare.outputs.chart_version }}
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3232
3333 - name : Prepare versions and chart name
3434 id : prepare
@@ -75,11 +75,12 @@ jobs:
7575 image_name : ${{ steps.publish-ghcr.outputs.image_name }}
7676 steps :
7777 - name : Checkout repository
78- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
78+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7979
8080 - name : Publish Chart to GHCR
8181 id : publish-ghcr
82- uses : linuxfoundation/lfx-public-workflows/.github/actions/helm-chart-oci-publisher@c465d6571fa0b8be9d551d902955164ea04a00af # main
82+ # yamllint disable-line rule:line-length
83+ uses : linuxfoundation/lfx-public-workflows/.github/actions/helm-chart-oci-publisher@c465d6571fa0b8be9d551d902955164ea04a00af # main
8384 with :
8485 name : ${{ needs.publish.outputs.chart_name }}
8586 repository : ${{ github.repository }}/chart
@@ -90,12 +91,12 @@ jobs:
9091 registry_password : ${{ secrets.GITHUB_TOKEN }}
9192
9293 - name : Install Cosign
93- uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
94+ uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
9495 with :
9596 cosign-release : " ${{ env.COSIGN_VERSION }}"
9697
9798 - name : Login to GitHub
98- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
99+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
99100 with :
100101 registry : ghcr.io
101102 username : ${{ github.actor }}
0 commit comments