Re-enable docker hub images for ekster
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2019-08-07 00:32:24 +02:00
parent caf9ecc6ad
commit 44565dd392
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -29,17 +29,16 @@ steps:
password:
from_secret: docker_password
# - name: publish-docker
# image: plugins/docker
# settings:
# repo: pstuifzand/ekster
# tags:
# - alpine
# dockerfile: Dockerfile.alpine
# username:
# from_secret: docker_official_username
# password:
# from_secret: docker_official_password
- name: publish-docker
image: plugins/docker
settings:
repo: pstuifzand/ekster
tags:
- alpine
username:
from_secret: docker_official_username
password:
from_secret: docker_official_password
- name: deploy
image: appleboy/drone-ssh