tf2-casual/.drone.yml
Philipp 903456f646
All checks were successful
continuous-integration/drone/push Build is passing
„.drone.yml“ ändern
2023-03-20 14:15:02 +01:00

22 lines
442 B
YAML

---
kind: pipeline
type: docker
name: build-docker
platform:
os: linux
arch: amd64
steps:
- name: tf2-casual
image: plugins/docker
settings:
registry: git.snrd.eu
repo: git.snrd.eu/spaenny/casual-server
cache_from: "git.snrd.eu/spaenny/casual-server:latest"
context: ./
dockerfile: ./Dockerfile
username:
from_secret: gitea_username
password:
from_secret: gitea_token