11 lines
238 B
YAML
Raw Permalink Normal View History

2021-02-27 04:10:49 -06: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