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 913a24a613 - Show all commits

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"