diff --git a/.drone.yml b/.drone.yml index fdf353603..fd65a3998 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,8 @@ steps: auto_tag: true auto_tag_suffix: linux-amd64 platform: 'linux/amd64' + tags: + - latest --- kind: pipeline @@ -49,6 +51,8 @@ steps: auto_tag: true auto_tag_suffix: linux-arm64 platform: 'linux/arm64' + tags: + - latest --- kind: pipeline @@ -73,6 +77,8 @@ steps: from_secret: docker_password auto_tag: true ignore_missing: true + tags: + - latest depends_on: - linux-amd64 - linux-arm64 \ No newline at end of file