.woodpecker.yaml hinzugefügt
continuous-integration/drone/push Build was killed Details
ci/woodpecker/manual/woodpecker Pipeline failed Details

This commit is contained in:
Philipp 2023-10-20 12:01:07 +02:00 committed by Gitea
parent 29c92cd33b
commit 0971444a1c
Signed by: Gitea
GPG Key ID: 5A09F9506519E10A
1 changed files with 16 additions and 0 deletions

16
.woodpecker.yaml Normal file
View File

@ -0,0 +1,16 @@
---
kind: pipeline
type: docker
name: build-docker
steps:
- name: build & publish
image: plugins/docker
settings:
registry: git.snrd.eu
repo: git.snrd.eu/serverlist.tf/steamserver
tags: [ "${DRONE_COMMIT_SHA:0:7}","latest" ]
username:
from_secret: docker_username
password:
from_secret: docker_password