don't attempt to pull drone-builder image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
92b679acb2
commit
f231d913c9
@ -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 .
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user