Skip to content

Commit 30950a4

Browse files
committed
go-ko-image: fix wrong image reference...
🤦 Signed-off-by: Vincent Demeester <[email protected]>
1 parent aa72aff commit 30950a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go-ko-image/go-ko-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ spec:
130130
- name: KO_DOCKER_REPO
131131
value: $(params.image.prefix)
132132
- name: add-metadata
133-
image: ghcr.io/shortain/golang-tasks/crane:main
133+
image: ghcr.io/shortbrain/golang-tasks/crane:main
134134
workingDir: $(workspaces.source.path)
135135
script: |
136136
#!/usr/bin/env bash

0 commit comments

Comments
 (0)