Disable public Docker image, because we are in alpha mode
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
64ae959670
commit
ccaff6fe19
24
.drone.yml
24
.drone.yml
|
@ -31,18 +31,18 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
|
||||||
- name: publish-docker
|
# - name: publish-docker
|
||||||
image: plugins/docker
|
# image: plugins/docker
|
||||||
depends_on:
|
# depends_on:
|
||||||
- testing
|
# - testing
|
||||||
settings:
|
# settings:
|
||||||
repo: pstuifzand/ekster
|
# repo: pstuifzand/ekster
|
||||||
tags:
|
# tags:
|
||||||
- alpine
|
# - alpine
|
||||||
username:
|
# username:
|
||||||
from_secret: docker_official_username
|
# from_secret: docker_official_username
|
||||||
password:
|
# password:
|
||||||
from_secret: docker_official_password
|
# from_secret: docker_official_password
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user