File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 docker push ${{ secrets.IMAGE_NAME }}:${GITHUB_REF/refs\/tags\//}
4444 docker tag ${{ secrets.IMAGE_NAME }}:smi ${{ secrets.IMAGE_NAME }}:smi-${GITHUB_REF/refs\/tags\//}
4545 docker push ${{ secrets.IMAGE_NAME }}:smi-${GITHUB_REF/refs\/tags\//}
46- helm :
47- name : Helm charts publish
48- runs-on : ubuntu-latest
49- steps :
50- - name : Checkout code
51- if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') && success()
52- uses : actions/checkout@master
53- with :
54- fetch-depth : 1
55- - name : Run chart-releaser
56- uses : helm/chart-releaser-action@v1.0.0
57- env :
58- CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
46+ - name : Run helm chart-releaser
47+ uses : helm/chart-releaser-action@v1.0.0
48+ env :
49+ CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments