Skip to content

Commit

Permalink
Use our own s2i image (knative#1971)
Browse files Browse the repository at this point in the history
Our image is much more recent and it is multiarch.

Signed-off-by: Matej Vasek <mvasek@redhat.com>
  • Loading branch information
matejvasek committed Sep 27, 2023
1 parent 8f01516 commit 6deb00d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 6deb00d

Please sign in to comment.