.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:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: tf2-dm
|
- name: tf2-dm
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
registry: git.snrd.eu
|
registry: git.snrd.eu
|
||||||
repo: git.snrd.eu/spenny.tf/dm-server
|
repo: git.snrd.eu/spenny.tf/dm-server
|
||||||
|
@ -22,4 +18,3 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue