Skip to content

Commit

Permalink
Change github docker registry to selfhosted registry
Browse files Browse the repository at this point in the history
  • Loading branch information
hamburghammer committed Mar 28, 2021
1 parent 2e58b05 commit 284d332
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,22 @@ volumes:

---
kind: pipeline
name: docker
type: docker
name: docker-build

steps:
- name: docker
image: plugins/docker
settings:
registry: docker.pkg.github.com
username: hamburghammer
registry: registry.hhhammer.de
username: ci
password:
from_secret: DOCKER_REGISTRY_KEY
repo: docker.pkg.github.com/hamburghammer/gohttpserver/gohttpserver
repo: registry.hhhammer.de/gohttpserver
dockerfile: docker/Dockerfile
auto_tag: true
pull_image: true

depends_on:
- tests

0 comments on commit 284d332

Please sign in to comment.