debian drone support
This commit is contained in:
parent
7ae09bdef7
commit
698f197c0c
40
.drone.yml
40
.drone.yml
@ -2,7 +2,7 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build-alpine
|
||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
pull: always
|
pull: always
|
||||||
settings:
|
settings:
|
||||||
@ -12,12 +12,28 @@ steps:
|
|||||||
repo: docker.asperti.com/paspo/angry-squid
|
repo: docker.asperti.com/paspo/angry-squid
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
|
- alpine-latest
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
- name: build_and_publish
|
- name: build-debian
|
||||||
|
image: plugins/docker:linux-amd64
|
||||||
|
pull: always
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile-debian
|
||||||
|
daemon_off: false
|
||||||
|
dry_run: true
|
||||||
|
repo: docker.asperti.com/paspo/angry-squid
|
||||||
|
tags:
|
||||||
|
- debian-latest
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
- name: build_and_publish-alpine
|
||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
pull: always
|
pull: always
|
||||||
settings:
|
settings:
|
||||||
@ -30,6 +46,26 @@ steps:
|
|||||||
repo: docker.asperti.com/paspo/angry-squid
|
repo: docker.asperti.com/paspo/angry-squid
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
|
- alpine-latest
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
- name: build_and_publish-debian
|
||||||
|
image: plugins/docker:linux-amd64
|
||||||
|
pull: always
|
||||||
|
settings:
|
||||||
|
dockerfile: Dockerfile-debian
|
||||||
|
auto_tag: true
|
||||||
|
daemon_off: false
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
registry: docker.asperti.com
|
||||||
|
repo: docker.asperti.com/paspo/angry-squid
|
||||||
|
tags:
|
||||||
|
- debian-latest
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
when:
|
when:
|
||||||
|
Loading…
Reference in New Issue
Block a user