Danny Bessems
4132bf3fc1
All checks were successful
continuous-integration/drone/push Build is passing
41 lines
936 B
YAML
41 lines
936 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
|
|
# environment:
|
|
# DOCKER_CONTENT_TRUST: 1
|
|
# DOCKER_CONTENT_TRUST_SERVER: https://notary.spamasaurus.com
|
|
# DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE:
|
|
# from_secret: harbor_repo_passphrase
|
|
# DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE:
|
|
# from_secret: harbor_root_passphrase
|
|
|
|
---
|
|
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
|