Compare commits

...

2 Commits

Author SHA1 Message Date
401f4a7cf7 build on non-main
All checks were successful
Build project / build (push) Successful in 1m30s
2025-06-24 10:10:56 +02:00
68e8782da4 Publish
All checks were successful
Publish / build (push) Successful in 2m20s
2025-06-24 10:03:25 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
name: Build project name: Build project
on: on:
push: push:
branches: branches-ignore:
- (?:[A-Za-z0-9]+\-?)*[A-Za-z0-9] - main
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -23,4 +23,4 @@ jobs:
- name: Install ko - name: Install ko
run: go install github.com/google/ko@latest run: go install github.com/google/ko@latest
- name: Build - name: Build
run: PATH=~/go/bin:$PATH ko publish ./cmd --tags latest --bare run: KO_DOCKER_REPO=registry.engen.priv.no/unifi-network-operator-controller PATH=~/go/bin:$PATH ko publish ./cmd --tags latest --bare