You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
381 B
YAML
19 lines
381 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
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
|
|
trigger:
|
|
branch:
|
|
- master
|
|
|