File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -2,24 +2,22 @@ name: Build CAPI VM image with manual input
22
33on :
44 push :
5-
5+
66 workflow_dispatch :
77 inputs :
88 version :
99 description : k8s version
1010 required : true
1111 type : string
12- default : ' 1.33.1'
12+ default : " 1.33.1"
1313 tag :
1414 description : ck8s capi version
1515 required : true
1616 type : string
17- default : ' 0.8'
17+ default : " 0.8"
1818
1919env :
2020 PACKER_GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21-
22-
2321
2422jobs :
2523 build-azure-image :
4038 version : ${{ inputs.version || '1.33.1' }}
4139 tag : ${{ inputs.tag || '0.8' }}
4240 secrets : inherit
43-
41+ store-openstack-image-safespring :
42+ uses : ./.github/workflows/store-openstack-capi-image-safespring.yml
43+ needs : build-openstack-image
44+ with :
45+ version : ${{ inputs.version || '1.33.1' }}
46+ tag : ${{ inputs.tag || '0.8' }}
47+ secrets : inherit
You can’t perform that action at this time.
0 commit comments