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

This commit is contained in:
2025-06-24 11:56:05 +02:00
parent c454c78478
commit 4901dfbad5

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