File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
go install github.com/google/ko@main
26
26
;;
27
27
latest-release)
28
- tag=$(curl -s -u "username:${{ github.token }}" https://api.github.com/repos/google /ko/releases/latest | jq -r '.tag_name')
28
+ tag=$(curl -L - s -u "username:${{ github.token }}" https://api.github.com/repos/ko-build /ko/releases/latest | jq -r '.tag_name')
29
29
;;
30
30
*)
31
31
tag="${{ inputs.version }}"
38
38
39
39
if [[ ! -z ${tag} ]]; then
40
40
echo "Installing ko @ ${tag} for ${os}"
41
- curl -fsL https://github.com/google /ko/releases/download/${tag}/ko_${tag:1}_${os}_x86_64.tar.gz | sudo tar xzf - -C /usr/local/bin ko
41
+ curl -fsL https://github.com/ko-build /ko/releases/download/${tag}/ko_${tag:1}_${os}_x86_64.tar.gz | sudo tar xzf - -C /usr/local/bin ko
42
42
fi
43
43
44
44
if [[ ! -z ${KO_DOCKER_REPO} ]]; then
You can’t perform that action at this time.
0 commit comments