fix
Some checks failed
Build project / build (push) Has been cancelled
Publish / build (push) Failing after 1m6s

This commit is contained in:
2025-06-24 11:33:40 +02:00
parent 719ba853bc
commit 913a24a613

View File

@@ -27,5 +27,4 @@ jobs:
KO_DOCKER_REPO: registry.engen.priv.no/unifi-network-operator-controller
PATH: ~/go/bin:$PATH
run: |
TAG=${GITHUB_REF#refs/tags/}
~/go/bin/ko publish ./cmd --tags "$TAG,latest"
~/go/bin/ko publish ./cmd --tags "${GITHUB_REF#refs/tags/},latest"