Skip to content

Commit bfffd60

Browse files
authored
Merge pull request #348 from sunya-ch/chore-workflow
chore: set kbuilder version in dispatch workflow
2 parents 3ea7aef + ab3110f commit bfffd60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_push_kbuilder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99

1010
env:
11-
IMAGE_VERSION: "1.3.1"
11+
KBUILDER_IMAGE_VERSION: ${{ github.event.inputs.version }}
1212

1313
jobs:
1414
build-push:
@@ -33,5 +33,5 @@ jobs:
3333
with:
3434
push: true
3535
tags: |
36-
${{ env.IMAGE_NAME }}:v${{ env.IMAGE_VERSION }}
36+
${{ env.IMAGE_NAME }}:v${{ env.KBUILDER_IMAGE_VERSION }}
3737
file: ./daemon/dockerfiles/Dockerfile.kbuilder

0 commit comments

Comments
 (0)