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/.drone.yml
Philipp efd02af05e
All checks were successful
continuous-integration/drone/push Build is passing
update to proper registry
2023-03-20 13:38:30 +01:00

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