.woodpecker.yaml hinzugefügt
This commit is contained in:
parent
4003931652
commit
103f82bc64
1 changed files with 18 additions and 0 deletions
18
.woodpecker.yaml
Normal file
18
.woodpecker.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: build-docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: tf2-casual
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
registry: git.snrd.eu
|
||||||
|
repo: git.snrd.eu/spenny.tf/casual-server
|
||||||
|
cache_from: "git.snrd.eu/spenny.tf/casual-server:latest"
|
||||||
|
context: ./
|
||||||
|
dockerfile: ./Dockerfile
|
||||||
|
username:
|
||||||
|
from_secret: gitea_username
|
||||||
|
password:
|
||||||
|
from_secret: gitea_token
|
Loading…
Reference in a new issue