Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2020-08-17 15:23:20 +00:00
parent 3ec8ef9c41
commit 82334939e9
1 changed files with 15 additions and 2 deletions

View File

@ -3,7 +3,7 @@ type: kubernetes
name: default
steps:
- name: docker
- name: Publish to Harbor
image: plugins/docker
context: .
settings:
@ -20,4 +20,17 @@ steps:
# DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE:
# from_secret: harbor_repo_passphrase
# DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE:
# from_secret: harbor_root_passphrase
# from_secret: harbor_root_passphrase
depends_on: [ clone ]
- name: Publish to Dockerhub
image: plugins/docker
context: .
settings:
repo: djpbessems/lighttpd-php-powershell
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password
depends_on: [ clone ]