Compare commits

..

2 Commits

Author SHA1 Message Date
1ed108bef3 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
2021-11-23 14:33:23 +00:00
8b2d17f7a2 [fix] Fixed build_develop step
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-11-23 15:29:27 +01:00

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