Add downstream triggering, change builder image
This commit is contained in:
parent
8161570d58
commit
591ad2f204
11
.drone.yml
11
.drone.yml
@ -32,3 +32,14 @@ pipeline:
|
|||||||
- docker tag devbuild adamant/busybox:latest
|
- docker tag devbuild adamant/busybox:latest
|
||||||
- docker tag devbuild adamant/busybox:1.1
|
- docker tag devbuild adamant/busybox:1.1
|
||||||
- docker push adamant/busybox
|
- docker push adamant/busybox
|
||||||
|
|
||||||
|
downstream:
|
||||||
|
image: plugins/downstream
|
||||||
|
secrets: [ DOWNSTREAM_TOKEN ]
|
||||||
|
server: https://drone.adam-ant.co.uk
|
||||||
|
fork: true
|
||||||
|
repositories:
|
||||||
|
- Adam-Ant/docker-busybox-base@libressl
|
||||||
|
when:
|
||||||
|
event: [ push, tag, deployment]
|
||||||
|
status: [ success ]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM debian:stretch-slim as builder
|
FROM frebib/debian-builder as builder
|
||||||
|
|
||||||
ARG ARCH=x86_64
|
ARG ARCH=x86_64
|
||||||
ARG ARCH_ALT=i686
|
ARG ARCH_ALT=i686
|
||||||
|
Loading…
Reference in New Issue
Block a user