ContainerImage.LighttpdPHPP.../.drone.yml

34 lines
641 B
YAML

kind: pipeline
type: kubernetes
name: Harbor
steps:
- name: build & publish
image: plugins/docker
context: .
settings:
repo: registry.spamasaurus.com/library/lighttpd-php-powershell
registry: registry.spamasaurus.com
tags: latest
username:
from_secret: harbor_username
password:
from_secret: harbor_password
---
kind: pipeline
type: kubernetes
name: Dockerhub
steps:
- name: build & publish
image: plugins/docker
context: .
settings:
repo: djpbessems/lighttpd-php-powershell
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password