Files
ldap-overleaf-sl-ci/project.drone.yml

38 lines
712 B
YAML
Raw Normal View History

2024-01-27 11:12:33 +01:00
kind: pipeline
type: docker
name: build-images
platform:
os: linux
arch: amd64
volumes:
- name: dockersock
host:
path: /var/run/docker.sock
steps:
2024-01-27 12:18:07 +01:00
- name: prepare-image-source
2024-01-27 11:12:33 +01:00
- name: build-and-push-image
image: plugins/docker
privileged: true
volumes:
- name: dockersock
path: "/var/run/docker.sock"
settings:
username:
from_secret: registry_username
password:
from_secret: registry_pwd
repo: gargoton.coissac.eu/image/ldap-overleaf-sl-ci
registry: gargoton.coissac.eu
tags:
- nightbuild
dockerfile: ./Dockerfile # Where the Dockerfile is located in your git repository
trigger:
branch:
- main
event:
exclude:
- pull_request