2021-11-02 11:52:34 +00:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: image building
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build&push
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
username: droneci
|
|
|
|
password:
|
|
|
|
from_secret: repo_password
|
|
|
|
repo: harbor.hq.rosti.cz/library/builder
|
2021-11-02 11:56:33 +00:00
|
|
|
registry: harbor.hq.rosti.cz
|
|
|
|
tags:
|
|
|
|
- 35
|
|
|
|
- latest
|