Pull on build

This commit is contained in:
Vincent Fiduccia
2018-07-05 14:56:25 -07:00
parent 8d6c8a6998
commit 185a1aee54
+1 -1
View File
@@ -7,7 +7,7 @@ pipeline:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker build -f Dockerfile.prod .
- docker build --pull -f Dockerfile.prod .
when:
event: [pull_request]