Matt Burchett
4a62faae60
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
238 B
YAML
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
|