Danny Bessems
6487ec7a82
All checks were successful
continuous-integration/drone/push Build is passing
34 lines
633 B
YAML
34 lines
633 B
YAML
kind: pipeline
|
|
type: kubernetes
|
|
name: Harbor
|
|
|
|
steps:
|
|
- name: build & publish
|
|
image: plugins/docker
|
|
context: .
|
|
settings:
|
|
repo: bv11-cr01.bessems.eu/library/lighttpd-php-powershell
|
|
registry: bv11-cr01.bessems.eu
|
|
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
|