keep only latest docker release
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
0d107f80e1
commit
20f7e33309
@ -16,10 +16,6 @@ steps:
|
|||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- alpine-latest
|
- alpine-latest
|
||||||
- ${DRONE_TAG}
|
|
||||||
- alpine-${DRONE_TAG}
|
|
||||||
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}
|
|
||||||
- alpine-${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}
|
|
||||||
force_tag: true
|
force_tag: true
|
||||||
|
|
||||||
- name: build_and_publish-debian
|
- name: build_and_publish-debian
|
||||||
@ -34,8 +30,6 @@ steps:
|
|||||||
repo: docker.asperti.com/paspo/angry-squid
|
repo: docker.asperti.com/paspo/angry-squid
|
||||||
tags:
|
tags:
|
||||||
- debian-latest
|
- debian-latest
|
||||||
- debian-${DRONE_TAG}
|
|
||||||
- debian-${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}
|
|
||||||
force_tag: true
|
force_tag: true
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
Loading…
Reference in New Issue
Block a user