keep only latest published docker image
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Paolo Asperti 2022-03-10 14:36:55 +01:00
parent d7fafd0928
commit 9daa4e4fd4
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 3 additions and 2 deletions

View File

@ -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