ci(build-service-images): add default node/go runtime image values
This commit is contained in:
parent
4e764284ad
commit
a03be0e1ff
6
.github/workflows/build-service-images.yml
vendored
6
.github/workflows/build-service-images.yml
vendored
@ -29,15 +29,15 @@ on:
|
||||
|
||||
node_builder_image:
|
||||
type: string
|
||||
default: ""
|
||||
default: "ghcr.io/cloud-neutral-toolkit/node-builder:latest"
|
||||
|
||||
node_runtime_image:
|
||||
type: string
|
||||
default: ""
|
||||
default: "ghcr.io/cloud-neutral-toolkit/node-runtime:latest"
|
||||
|
||||
go_runtime_image:
|
||||
type: string
|
||||
default: ""
|
||||
default: "ghcr.io/cloud-neutral-toolkit/go-runtime:latest"
|
||||
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user