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 4901dfbad5 - Show all commits

View File

@@ -24,7 +24,9 @@ jobs:
run: go install github.com/google/ko@latest
- name: Extract tag (outside container)
shell: bash
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
run: |
echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
echo $TAG
- name: Build
env:
KO_DOCKER_REPO: registry.engen.priv.no/unifi-network-operator-controller