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:
|
||||
from_secret: docker_password
|
||||
|
||||
- name: publish-docker
|
||||
image: plugins/docker
|
||||
depends_on:
|
||||
- testing
|
||||
settings:
|
||||
repo: pstuifzand/ekster
|
||||
tags:
|
||||
- alpine
|
||||
username:
|
||||
from_secret: docker_official_username
|
||||
password:
|
||||
from_secret: docker_official_password
|
||||
# - name: publish-docker
|
||||
# image: plugins/docker
|
||||
# depends_on:
|
||||
# - testing
|
||||
# settings:
|
||||
# repo: pstuifzand/ekster
|
||||
# tags:
|
||||
# - alpine
|
||||
# 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