.drone.yml aktualisiert
This commit is contained in:
parent
ba5bb85398
commit
bf7f388028
1 changed files with 1 additions and 6 deletions
|
@ -1,15 +1,11 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: build-docker
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: tf2-dm
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.snrd.eu
|
||||
repo: git.snrd.eu/spenny.tf/dm-server
|
||||
|
@ -22,4 +18,3 @@ steps:
|
|||
password:
|
||||
from_secret: gitea_token
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue