mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-10 03:30:40 +00:00
commit
d1b141b385
@ -16,7 +16,7 @@ pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
repo: plugins/docker
|
||||
tags: [ "latest", "1.13", "1" ]
|
||||
tags: [ "latest", "17", "17.04" ]
|
||||
when:
|
||||
branch: master
|
||||
event: push
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM docker:1.13-dind
|
||||
FROM docker:17.04-dind
|
||||
|
||||
ADD drone-docker /bin/
|
||||
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]
|
||||
|
Loading…
Reference in New Issue
Block a user