update drone
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Paolo Asperti 2021-12-12 22:08:49 +01:00
parent 4e305387fe
commit 0d107f80e1
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 19 additions and 53 deletions

View File

@ -1,77 +1,43 @@
kind: pipeline
type: docker
name: default
steps:
- name: build-alpine
image: plugins/docker:linux-amd64
pull: always
settings:
dockerfile: Dockerfile-alpine
daemon_off: false
dry_run: true
repo: docker.asperti.com/paspo/angry-squid
tags:
- latest
- alpine-latest
when:
event:
exclude:
- tag
- 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
pull: always
settings:
dockerfile: Dockerfile-alpine
auto_tag: true
auto_tag_suffix: alpine
force_tag: true
daemon_off: false
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile-alpine
registry: docker.asperti.com
repo: docker.asperti.com/paspo/angry-squid
tags:
- latest
- alpine-latest
username:
from_secret: docker_username
when:
event:
- tag
- ${DRONE_TAG}
- alpine-${DRONE_TAG}
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}
- alpine-${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}
force_tag: true
- name: build_and_publish-debian
image: plugins/docker:linux-amd64
pull: always
settings:
dockerfile: Dockerfile-debian
auto_tag: true
auto_tag_suffix: debian
force_tag: true
daemon_off: false
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile-debian
registry: docker.asperti.com
repo: docker.asperti.com/paspo/angry-squid
tags:
- debian-latest
username:
from_secret: docker_username
when:
event:
- tag
- debian-${DRONE_TAG}
- debian-${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}
force_tag: true
trigger:
event:
- tag