1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

added template

This commit is contained in:
Fedor Katurov 2021-09-30 11:40:42 +07:00
parent 74166e6467
commit c855f33d35

View file

@ -1,31 +1,7 @@
kind: pipeline kind: template
name: build load: registry.yaml
type: docker data:
platform:
os: linux
arch: amd64
environment:
registry: registry:
from_secret: global_docker_registry from_secret: global_docker_registry
steps:
- name: build
image: plugins/docker
when:
branch:
- develop
settings:
dockerfile: docker/www/Dockerfile dockerfile: docker/www/Dockerfile
tag:
- ${DRONE_BRANCH}
custom_labels:
commit: ${DRONE_COMMIT_SHA}
username:
from_secret: global_docker_login
password:
from_secret: global_docker_password
registry:
from_secret: global_docker_registry
repo: "${registry}/${DRONE_REPO_NAME}"