don't attempt to pull drone-builder image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Joseph Montanaro 2020-12-29 09:50:49 -08:00
parent 92b679acb2
commit f231d913c9

View File

@ -28,6 +28,7 @@ steps:
- name: compile
image: drone-builder:latest
pull: never
environment:
GOARCH: amd64
GOOS: linux
@ -42,6 +43,7 @@ steps:
path: /var/run/docker.sock
commands:
- cd drone
- rm .dockerignore
- docker build -t registry.jfmonty2.com/drone:latest -f docker/Dockerfile.server.linux.amd64 .