tf2-images/.woodpecker.yaml
Philipp e5a4f1c7ef
Some checks reported errors
continuous-integration/drone/push Build was killed
ci/woodpecker/manual/woodpecker Pipeline was successful
.woodpecker.yaml hinzugefügt
2023-08-01 17:35:13 +02:00

20 lines
419 B
YAML

---
kind: pipeline
type: docker
name: build-docker
steps:
- name: tf2-dm
image: plugins/docker
settings:
registry: git.snrd.eu
repo: git.snrd.eu/spenny.tf/dm-server
cache_from: "git.snrd.eu/spenny.tf/dm-server:latest"
auto_tag: true
context: ./
dockerfile: ./Dockerfile
username:
from_secret: gitea_username
password:
from_secret: gitea_token