This repository has been archived on 2024-05-18. You can view files and clone it, but cannot push or open issues or pull requests.
steamServer/.woodpecker.yaml

16 lines
359 B
YAML
Raw Normal View History

2023-10-20 12:01:07 +02:00
---
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