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
|
- name: build & publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
registry: registry.boehm.sh
|
registry: git.snrd.eu
|
||||||
repo: registry.boehm.sh/philipp/steamserver
|
repo: git.snrd.eu/serverlist.tf/steamserver
|
||||||
tags: [ "${DRONE_COMMIT_SHA:0:7}","latest" ]
|
tags: [ "${DRONE_COMMIT_SHA:0:7}","latest" ]
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
|
|
Reference in a new issue