Publish
Some checks failed
Publish / build (push) Failing after 1m7s

This commit is contained in:
2025-06-24 10:00:49 +02:00
parent d82d7d2902
commit e95a4c13e6

View File

@@ -23,4 +23,4 @@ jobs:
- name: Install ko
run: go install github.com/google/ko@latest
- name: Build
run: PATH=~/go/bin ko publish ./cmd --tags latest --bare
run: PATH=~/go/bin:$PATH ko publish ./cmd --tags latest --bare