mirror of https://github.com/knative/func.git
Use our own s2i image (#1971)
Our image is much more recent and it is multiarch.
This commit is contained in:
parent
a4e4885d6e
commit
68f357561b
|
@ -60,7 +60,7 @@ spec:
|
|||
description: Digest of the image just built.
|
||||
steps:
|
||||
- name: generate
|
||||
image: quay.io/openshift-pipeline/s2i:nightly
|
||||
image: quay.io/boson/s2i:latest
|
||||
workingDir: $(workspaces.source.path)
|
||||
args: ["$(params.ENV_VARS[*])"]
|
||||
script: |
|
||||
|
|
Loading…
Reference in New Issue