Disable docker registry image
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
dca75e7b37
commit
35dc8568c0
24
.drone.yml
24
.drone.yml
|
@ -26,18 +26,18 @@ steps:
|
|||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
- name: publish-docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: pstuifzand/ekster
|
||||
tags:
|
||||
- alpine
|
||||
dockerfile: Dockerfile.alpine
|
||||
registry: registry.stuifzandapp.com
|
||||
username:
|
||||
from_secret: docker_official_username
|
||||
password:
|
||||
from_secret: docker_official_password
|
||||
# - name: publish-docker
|
||||
# image: plugins/docker
|
||||
# settings:
|
||||
# repo: pstuifzand/ekster
|
||||
# tags:
|
||||
# - alpine
|
||||
# dockerfile: Dockerfile.alpine
|
||||
# registry: registry.stuifzandapp.com
|
||||
# username:
|
||||
# from_secret: docker_official_username
|
||||
# password:
|
||||
# from_secret: docker_official_password
|
||||
|
||||
- name: deploy
|
||||
image: appleboy/drone-ssh
|
||||
|
|
Loading…
Reference in New Issue
Block a user