update to proper registry
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9b7e470fee
commit
efd02af05e
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ steps:
|
|||
- name: build & publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: registry.boehm.sh
|
||||
repo: registry.boehm.sh/philipp/steamserver
|
||||
registry: git.snrd.eu
|
||||
repo: git.snrd.eu/serverlist.tf/steamserver
|
||||
tags: [ "${DRONE_COMMIT_SHA:0:7}","latest" ]
|
||||
username:
|
||||
from_secret: docker_username
|
||||
|
|
Reference in a new issue