keep only latest published docker image
This commit is contained in:
parent
d7fafd0928
commit
9daa4e4fd4
@ -1,4 +1,5 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -20,9 +21,9 @@ steps:
|
|||||||
pull: always
|
pull: always
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
auto_tag: false
|
tags:
|
||||||
|
- latest
|
||||||
force_tag: true
|
force_tag: true
|
||||||
daemon_off: false
|
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
registry: docker.asperti.com
|
registry: docker.asperti.com
|
||||||
|
Loading…
Reference in New Issue
Block a user