We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e00f0b commit 3143aa5Copy full SHA for 3143aa5
tekton/publish.yaml
@@ -104,8 +104,7 @@ spec:
104
- "/workspace/output/bucket/previous/$(inputs.params.versionTag)/"
105
106
- name: run-ko
107
- # FIXME(vdemeester) use a tagged version once 0.2 is released
108
- image: gcr.io/tekton-releases/dogfooding/ko:gcloud-latest
+ image: gcr.io/tekton-releases/dogfooding/ko-gcloud:latest
109
env:
110
- name: KO_DOCKER_REPO
111
value: $(inputs.params.imageRegistry)
0 commit comments