Add woodpecker ci (temp)
Some checks failed
/ release (push) Has been cancelled
ci/woodpecker/push/build Pipeline was successful
testing / backend-checks (push) Successful in 14m17s
testing / frontend-checks (push) Successful in 1m37s
testing / test-unit (push) Successful in 13m4s
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (push) Successful in 7m2s
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (push) Successful in 6m55s
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (push) Successful in 7m36s
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (push) Successful in 7m20s
testing / test-mysql (push) Successful in 38m14s
testing / test-pgsql (push) Successful in 43m43s
testing / test-sqlite (push) Successful in 36m58s
testing / security-check (push) Successful in 4m4s
Some checks failed
/ release (push) Has been cancelled
ci/woodpecker/push/build Pipeline was successful
testing / backend-checks (push) Successful in 14m17s
testing / frontend-checks (push) Successful in 1m37s
testing / test-unit (push) Successful in 13m4s
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (push) Successful in 7m2s
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (push) Successful in 6m55s
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (push) Successful in 7m36s
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (push) Successful in 7m20s
testing / test-mysql (push) Successful in 38m14s
testing / test-pgsql (push) Successful in 43m43s
testing / test-sqlite (push) Successful in 36m58s
testing / security-check (push) Successful in 4m4s
This commit is contained in:
parent
85b639e895
commit
7d028750dc
2 changed files with 39 additions and 1 deletions
38
.woodpecker/.build.yaml
Normal file
38
.woodpecker/.build.yaml
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
steps:
|
||||||
|
- name: build (prod)
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
registry: git.ar21.de
|
||||||
|
username:
|
||||||
|
from_secret: REGISTRY_USER
|
||||||
|
password:
|
||||||
|
from_secret: REGISTRY_PASS
|
||||||
|
repo: git.ar21.de/tom/forkjo
|
||||||
|
platforms:
|
||||||
|
- linux/amd64
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
- ${CI_PIPELINE_NUMBER}
|
||||||
|
when:
|
||||||
|
- branch: forgejo
|
||||||
|
event: push
|
||||||
|
|
||||||
|
- name: build (experimental)
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
registry: git.ar21.de
|
||||||
|
username:
|
||||||
|
from_secret: REGISTRY_USER
|
||||||
|
password:
|
||||||
|
from_secret: REGISTRY_PASS
|
||||||
|
repo: git.ar21.de/tom/forkjo
|
||||||
|
platforms:
|
||||||
|
- linux/amd64
|
||||||
|
tags:
|
||||||
|
- experimental
|
||||||
|
- experimental-${CI_PIPELINE_NUMBER}
|
||||||
|
when:
|
||||||
|
- branch:
|
||||||
|
exclude: forgejo
|
||||||
|
event: push
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "forgejo",
|
"name": "forkjo",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
Loading…
Reference in a new issue