.woodpecker.yaml hinzugefügt
This commit is contained in:
parent
29c92cd33b
commit
0971444a1c
1 changed files with 16 additions and 0 deletions
16
.woodpecker.yaml
Normal file
16
.woodpecker.yaml
Normal 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
|
Reference in a new issue