ContainerImage.Pinniped/.drone.yml

19 lines
405 B
YAML
Raw Normal View History

2023-10-31 13:30:21 +00:00
kind: pipeline
type: kubernetes
2023-10-31 14:07:50 +00:00
name: Container
2023-10-31 13:30:21 +00:00
steps:
2023-10-31 14:09:07 +00:00
- name: build & publish
2023-10-31 14:59:09 +00:00
image: spritsail/docker-build
2023-10-31 14:07:50 +00:00
context: .
settings:
repo: bv11-cr01.bessems.eu/library/pinniped-server
registry: bv11-cr01.bessems.eu
tags: latest
2023-10-31 14:31:54 +00:00
build_args:
2023-10-31 14:34:52 +00:00
- BUILDPLATFORM=linux/amd64
2023-10-31 14:07:50 +00:00
mtu: 1450
username:
2023-10-31 13:30:21 +00:00
from_secret: harbor_username
2023-10-31 14:07:50 +00:00
password:
from_secret: harbor_password