Disable public Docker image, because we are in alpha mode
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2021-10-31 01:38:17 +02:00
parent 64ae959670
commit ccaff6fe19
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -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