.woodpecker.yaml hinzugefügt
Some checks reported errors
continuous-integration/drone/push Build was killed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
Philipp 2023-10-20 12:01:07 +02:00 committed by Gitea
parent 29c92cd33b
commit 0971444a1c
Signed by: Forgejo
GPG key ID: 5A09F9506519E10A

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