We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b81af4 commit bbdbd65Copy full SHA for bbdbd65
.github/workflows/buid-vm-image-manual.yml
@@ -9,7 +9,7 @@ on:
9
description: k8s version
10
required: true
11
type: string
12
- default: '1.33'
+ default: '1.33.1'
13
tag:
14
description: ck8s capi version
15
@@ -25,11 +25,11 @@ jobs:
25
build-azure-image:
26
uses: ./.github/workflows/build-azure-capi-image.yml
27
with:
28
- version: ${{ inputs.version || '1.33' }}
+ version: ${{ inputs.version || '1.33.1' }}
29
tag: ${{ inputs.tag || '0.8' }}
30
secrets: inherit
31
build-openstack-image:
32
uses: ./.github/workflows/build-openstack-capi-image.yml
33
34
35
0 commit comments