Compare commits

...

3 Commits

Author SHA1 Message Date
03aed856dd Merge branch 'develop' into feature_cicd_fix
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2021-11-23 15:43:39 +01:00
197cfeba33 [fix] Fix again 2021-11-23 15:43:30 +01:00
6bc615549f Merge pull request '[fix] Publish feature tagged image on PR open' (#11) from feature_cicd_fix into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://git.pbiernat.dev/docker/nginx-php/pulls/11
2021-11-23 14:41:32 +00:00

View File

@ -94,7 +94,7 @@ steps:
- docker login docker.pbiernat.dev -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- docker push docker.pbiernat.dev/nginx-php:$CI_COMMIT_BRANCH
when:
branch: feature_*
branch: develop
event: pull_request
volumes:
- name: docker-sock