Add woodpecker ci (temp)
This commit is contained in:
parent
f382482453
commit
cd69fad9ce
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,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
Loading…
Reference in a new issue