tf2-images/.drone.yml
Philipp 5849a0ed7b
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone Build was killed
„.drone.yml“ ändern
2023-03-20 14:04:04 +01:00

26 lines
457 B
YAML

---
kind: pipeline
type: docker
name: build-docker
platform:
os: linux
arch: amd64
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