Skip to content

Commit bbdbd65

Browse files
committed
update
1 parent 2b81af4 commit bbdbd65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buid-vm-image-manual.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
description: k8s version
1010
required: true
1111
type: string
12-
default: '1.33'
12+
default: '1.33.1'
1313
tag:
1414
description: ck8s capi version
1515
required: true
@@ -25,11 +25,11 @@ jobs:
2525
build-azure-image:
2626
uses: ./.github/workflows/build-azure-capi-image.yml
2727
with:
28-
version: ${{ inputs.version || '1.33' }}
28+
version: ${{ inputs.version || '1.33.1' }}
2929
tag: ${{ inputs.tag || '0.8' }}
3030
secrets: inherit
3131
build-openstack-image:
3232
uses: ./.github/workflows/build-openstack-capi-image.yml
3333
with:
34-
version: ${{ inputs.version || '1.33' }}
34+
version: ${{ inputs.version || '1.33.1' }}
3535
tag: ${{ inputs.tag || '0.8' }}

0 commit comments

Comments
 (0)