File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 env :
1717 IMAGE_VERSION : ${{ github.ref_name }}
1818 - name : Upload Release Artifacts
19- uses : softprops/action-gh-release@v2
19+ uses : softprops/action-gh-release@v2.2.2
2020 with :
2121 files : |
2222 ./release/helm-chart-${{ github.ref_name }}.tgz
2525 uses : docker/metadata-action@v5
2626 with :
2727 images : |
28- linode /linode-cloud-controller-manager
28+ rahulait /linode-cloud-controller-manager
2929 tags : |
3030 type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
3131 type=semver,pattern={{raw}},value=${{ github.ref_name }}
4040 context : .
4141 push : true
4242 tags : ${{ steps.meta.outputs.tags }}
43- labels : ${{ steps.meta.outputs.labels }}
43+ labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments