This commit is contained in:
2025-06-24 10:47:51 +02:00
parent 66e1d854d3
commit f091ec148b

View File

@@ -30,4 +30,4 @@ jobs:
env:
KO_DOCKER_REPO: registry.engen.priv.no/unifi-network-operator-controller
PATH: ~/go/bin:$PATH
run: ko publish ./cmd --tags "${{ steps.get_tag.outputs.tag }},latest"
run: ~/go/bin/ko publish ./cmd --tags "${{ steps.get_tag.outputs.tag }},latest"