docker-php7-apache/.drone.yml
Matt Burchett 4a62faae60
All checks were successful
continuous-integration/drone/push Build is passing
Adding droneCI
2021-02-27 04:10:49 -06:00

11 lines
238 B
YAML

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