docker-php7-apache/.drone.yml

11 lines
238 B
YAML
Raw Normal View History

2021-02-27 10:10:49 +00:00
kind: pipeline
name: docker-php7-apache
type: docker
steps:
- name: Build Docker Image
image: plugins/docker
settings:
repo: registry.linuxrocker.com/php7-apache
dockerfile: /drone/src/Dockerfile
autotag: true