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