evodocker/.drone.yml

61 lines
1.3 KiB
YAML
Raw Normal View History

2019-05-03 11:16:53 +02:00
kind: pipeline
name: default
steps:
2019-05-03 11:25:38 +02:00
- name: build gbp
2019-05-03 11:16:53 +02:00
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: gbp/Dockerfile
repo: evolix/gbp
tags: latest
2019-05-03 11:25:38 +02:00
- name: build shellcheck
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: shellcheck/Dockerfile
repo: evolix/shellcheck
tags: latest
2019-06-04 15:38:29 +02:00
- name: build phpcs
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: phpcs/Dockerfile
repo: evolix/phpcs
tags: latest
2021-03-15 15:38:17 +01:00
2021-03-15 16:17:56 +01:00
- name: build apache2-php (Stretch)
2021-03-15 15:38:17 +01:00
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: apache2-php/stretch/Dockerfile
repo: evolix/apache2-php
tags: stretch
2021-03-15 16:17:56 +01:00
- name: build apache2-php (Buster)
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: apache2-php/stretch/Dockerfile
repo: evolix/apache2-php
tags:
- buster
- latest