feature/fix-publish-pipeline #4

Merged
vegard merged 25 commits from feature/fix-publish-pipeline into main 2025-06-24 21:13:14 +00:00
Showing only changes of commit 36f337434d - Show all commits

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"