diff --git a/.drone.yml b/.drone.yml index 89c9333..69eea16 100644 --- a/.drone.yml +++ b/.drone.yml @@ -89,3 +89,16 @@ steps: tags: - buster - latest + +- name: build php + image: plugins/docker + depends_on: [] + settings: + username: + from_secret: docker_username + password: + from_secret: docker_password + dockerfile: php/Dockerfile + repo: evolix/php + tags: latest +