ko
Some checks failed
Build project / build (push) Successful in 1m26s
Publish / build (push) Failing after 1m9s

This commit is contained in:
2025-06-24 09:48:43 +02:00
parent a35bc7220d
commit c86196aa88

View File

@@ -20,5 +20,7 @@ jobs:
uses: actions/checkout@v4
- name: ssh repo
run: git config --global url.git@gitea-ssh.engen.priv.no:.insteadOf https://gitea.engen.priv.no/
- name: Install ko
run: go install github.com/google/ko@latest
- name: Build
run: go build cmd/main.go
run: PATH=~/go/bin ko publish ./cmd --tags latest --bare