2023-12-18 22:36:51 +00:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
2023-12-18 23:23:30 +00:00
|
|
|
name: build-container
|
2023-12-18 22:36:51 +00:00
|
|
|
|
|
|
|
steps:
|
2023-12-18 23:23:30 +00:00
|
|
|
- name: build-and-push
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
repo: git.clortox.com/Infrastructure/filebrowser
|
|
|
|
registry: git.clortox.com
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
tags:
|
|
|
|
- latest
|
|
|
|
- ${DRONE_TAG}
|
|
|
|
when:
|
|
|
|
event:
|
|
|
|
- tag
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
event:
|
|
|
|
- tag
|