Skip to content

Commit 025cb76

Browse files
committed
add safespring store
1 parent 7dd03f1 commit 025cb76

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/build-capi-vm-images.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@ name: Build CAPI VM image with manual input
22

33
on:
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

1919
env:
2020
PACKER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
22-
2321

2422
jobs:
2523
build-azure-image:
@@ -40,4 +38,10 @@ jobs:
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

0 commit comments

Comments
 (0)