File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 92
92
- name : source
93
93
steps :
94
94
- name : publish
95
- image : gcr .io/tekton-releases/dogfooding /ko-gcloud@sha256:e3746b99c3269ae6db6ee615e42f51789f03cd0225276eede500cb5319a5dfb6
95
+ image : ghcr .io/tektoncd/plumbing /ko-gcloud@sha256:e3746b99c3269ae6db6ee615e42f51789f03cd0225276eede500cb5319a5dfb6
96
96
workingDir : $(workspaces.source.path)
97
97
script : |
98
98
gcloud auth list
@@ -169,7 +169,7 @@ spec:
169
169
cat ${CONTAINER_REGISTRY_CREDENTIALS} | \
170
170
crane auth login -u ${CONTAINER_REGISTRY_USER} --password-stdin ${IMAGE_REGISTRY}
171
171
- name : publish
172
- image : gcr .io/tekton-releases/dogfooding /ko-gcloud@sha256:e3746b99c3269ae6db6ee615e42f51789f03cd0225276eede500cb5319a5dfb6
172
+ image : ghcr .io/tektoncd/plumbing /ko-gcloud@sha256:e3746b99c3269ae6db6ee615e42f51789f03cd0225276eede500cb5319a5dfb6
173
173
workingDir : $(workspaces.source.path)
174
174
script : |
175
175
$(workspaces.source.path)/release/release.sh
You can’t perform that action at this time.
0 commit comments