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 @@ -2,7 +2,7 @@ name: Publish official image to GitHub Container Registry
22
33on :
44 push :
5- tags : [ "v[0-9].[0-9].[0-9]" ]
5+ tags : ["v[0-9].[0-9].[0-9]"]
66
77jobs :
88 build :
5656 env :
5757 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5858 with :
59- upload_url : https://uploads.github.com/repos/kedacore/keda /releases/${{ steps.get-release-info.outputs.id }}/assets?name=keda-http-add-on-${{ steps.get_version.outputs.VERSION }}.yaml
59+ upload_url : https://uploads.github.com/repos/kedacore/http-add-on /releases/${{ steps.get-release-info.outputs.id }}/assets?name=keda-http-add-on-${{ steps.get_version.outputs.VERSION }}.yaml
6060 asset_path : keda-http-add-on-${{ steps.get_version.outputs.VERSION }}.yaml
6161 asset_name : keda-http-add-on-${{ steps.get_version.outputs.VERSION }}.yaml
6262 asset_content_type : application/x-yaml
6868 env :
6969 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7070 with :
71- upload_url : https://uploads.github.com/repos/kedacore/keda /releases/${{ steps.get-release-info.outputs.id }}/assets?name=keda-http-add-on-${{ steps.get_version.outputs.VERSION }}-crds.yaml
71+ upload_url : https://uploads.github.com/repos/kedacore/http-add-on /releases/${{ steps.get-release-info.outputs.id }}/assets?name=keda-http-add-on-${{ steps.get_version.outputs.VERSION }}-crds.yaml
7272 asset_path : keda-http-add-on-${{ steps.get_version.outputs.VERSION }}-crds.yaml
7373 asset_name : keda-http-add-on-${{ steps.get_version.outputs.VERSION }}-crds.yaml
7474 asset_content_type : application/x-yaml
You can’t perform that action at this time.
0 commit comments