Compare commits
3 Commits
feature/us
...
v0.0.4
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ece12d18b | |||
| 6d0df79c87 | |||
| 445dd7830e |
@@ -38,3 +38,17 @@ jobs:
|
||||
run: |
|
||||
export KO_DOCKER_REPO="${GITEA_REGISTRY}/${GITEA_ORG}/unifi-network-operator-controller"
|
||||
ko publish ./cmd --tags "$TAG,latest" --bare
|
||||
- name: Build manifest
|
||||
run: |
|
||||
make build-installer
|
||||
curl -X PUT \
|
||||
-H "Authorization: token $GITEA_TOKEN" \
|
||||
-H "Content-Type: application/x-yaml" \
|
||||
--data-binary @./dist/install.yaml \
|
||||
https://gitea.engen.priv.no/api/packages/klauvsteinen/unifi-network-operator/latest/install.yaml
|
||||
curl -X PUT \
|
||||
-H "Authorization: token $GITEA_TOKEN" \
|
||||
-H "Content-Type: application/x-yaml" \
|
||||
--data-binary @./dist/install.yaml \
|
||||
https://gitea.engen.priv.no/api/packages/klauvsteinen/unifi-network-operator/$TAG/install.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user