Use our own s2i image (#1971)

Our image is much more recent and it is multiarch.
This commit is contained in:
Matej Vasek 2023-09-13 19:38:03 +02:00 committed by GitHub
parent a4e4885d6e
commit 68f357561b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: |