Compare commits
2 Commits
e95a4c13e6
...
401f4a7cf7
| Author | SHA1 | Date | |
|---|---|---|---|
| 401f4a7cf7 | |||
| 68e8782da4 |
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user