kind: pipeline
type: kubernetes
name: Harbor
steps:
- name: 'Lowdefy: build & publish'
depends_on: [ clone ]
image: plugins/docker
settings:
dockerfile: Lowdefy/Dockerfile
context: Lowdefy
repo: bv11-cr01.bessems.eu/library/lowdefy
registry: bv11-cr01.bessems.eu
mtu: 1450
tags: latest
username:
from_secret: harbor_username
password:
from_secret: harbor_password
- name: 'Fastify: build & publish'
dockerfile: Fastify/Dockerfile
context: Fastify
repo: bv11-cr01.bessems.eu/library/fastify
---
name: Dockerhub
repo: djpbessems/lowdefy
from_secret: docker_username
from_secret: docker_password
repo: djpbessems/fastify