mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-12 00:26:35 -05:00
ci: pin ko version (#1309)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
060faae528
commit
8c171a1b66
2 changed files with 2 additions and 3 deletions
2
.github/actions/build_ko/action.yml
vendored
2
.github/actions/build_ko/action.yml
vendored
|
|
@ -54,6 +54,8 @@ runs:
|
|||
|
||||
- name: Set up ko
|
||||
uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa # v0.6
|
||||
with:
|
||||
ko-version: "v0.12.0"
|
||||
|
||||
- name: Build and upload ko container image
|
||||
id: build
|
||||
|
|
|
|||
3
.github/workflows/build-keyservice-image.yml
vendored
3
.github/workflows/build-keyservice-image.yml
vendored
|
|
@ -32,9 +32,6 @@ jobs:
|
|||
with:
|
||||
go-version: "1.20.1"
|
||||
|
||||
- name: Set up ko
|
||||
uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa # v0.6
|
||||
|
||||
- name: Build and upload KeyService container image
|
||||
id: build-and-upload
|
||||
uses: ./.github/actions/build_micro_service_ko
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue