This commit is contained in:
parent
97e2c9f3db
commit
4a62faae60
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user