Fix workflows for new targets.
clippy Build clippy has failed Details
format Build format has succeeded Details
build-organic Build build-organic has succeeded Details

Tom Alexander 1 month ago
parent 9f111fe445
commit 878cc39bac
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -87,7 +87,7 @@ spec:
value: "gcr.io/kaniko-project/executor:v1.12.1"
- name: EXTRA_ARGS
value:
- --target=builder
- --target=format
- --cache=true
- --cache-copy-layers
- --cache-repo=harbor.fizz.buzz/kanikocache/cache
@ -294,7 +294,7 @@ spec:
serviceAccountName: build-bot
params:
- name: image-name
value: "harbor.fizz.buzz/private/organic-development"
value: "harbor.fizz.buzz/private/organic-development-format"
- name: path-to-image-context
value: docker/organic_development/
- name: path-to-dockerfile

Loading…
Cancel
Save