Re-enable docker hub images for ekster
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
caf9ecc6ad
commit
44565dd392
21
.drone.yml
21
.drone.yml
|
@ -29,17 +29,16 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
|
||||||
# - name: publish-docker
|
- name: publish-docker
|
||||||
# image: plugins/docker
|
image: plugins/docker
|
||||||
# settings:
|
settings:
|
||||||
# repo: pstuifzand/ekster
|
repo: pstuifzand/ekster
|
||||||
# tags:
|
tags:
|
||||||
# - alpine
|
- alpine
|
||||||
# dockerfile: Dockerfile.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