Merge pull request '[fix] Fixed build_develop step' (#10) from feature_test2 into develop
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: https://git.pbiernat.dev/docker/nginx-php/pulls/10
This commit is contained in:
Piotr Biernat 2021-11-23 14:33:23 +00:00
commit 1ed108bef3

View File

@ -41,7 +41,9 @@ steps:
- docker images --format "{{.Repository}}:{{.Tag}}" | grep nginx-php:dev - docker images --format "{{.Repository}}:{{.Tag}}" | grep nginx-php:dev
when: when:
branch: develop branch: develop
event: pull_request event:
- pull_request
- push
volumes: volumes:
- name: docker-sock - name: docker-sock
path: /var/run path: /var/run