Publish
All checks were successful
Publish / build (push) Successful in 2m20s

This commit is contained in:
2025-06-24 10:03:25 +02:00
parent e95a4c13e6
commit 68e8782da4

View File

@@ -23,4 +23,4 @@ jobs:
- name: Install ko
run: go install github.com/google/ko@latest
- name: Build
run: PATH=~/go/bin:$PATH ko publish ./cmd --tags latest --bare
run: KO_DOCKER_REPO=registry.engen.priv.no/unifi-network-operator-controller PATH=~/go/bin:$PATH ko publish ./cmd --tags latest --bare