Skip to content

Commit 9a7ec65

Browse files
committed
update workflow
1 parent d66cec2 commit 9a7ec65

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ on:
1616
type: string
1717
default: "0.8"
1818

19-
env:
20-
version: ${{ inputs.version }}-*
21-
package: ${{ inputs.version }}-1.1
22-
series: ${{ inputs.version }}.*
23-
tag: ${{ inputs.tag }}
19+
# env:
20+
# version: ${{ inputs.version }}-*
21+
# package: ${{ inputs.version }}-1.1
22+
# series: ${{ inputs.version }}.*
23+
# tag: ${{ inputs.tag }}
2424

2525

2626

@@ -44,6 +44,12 @@ jobs:
4444
4545
- name: replace variables
4646
run: |
47+
48+
version=${{ inputs.version }}-*
49+
package=${{ inputs.version }}-1.1
50+
series=${{ inputs.version }}.*
51+
tag=${{ inputs.tag }}
52+
4753
sed -r \
4854
-e "s/\\\$KUBERNETES_SERIES/${series}/" \
4955
-e "s/\\\$KUBERNETES_VERSION/${version}/" \

0 commit comments

Comments
 (0)