From 7f0b1a8120f259c657ee123d1bba5461843b3049 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Fri, 5 Feb 2021 20:44:41 +0100 Subject: [PATCH] tags list --- .drone.yml | 72 ++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 48 insertions(+), 24 deletions(-) diff --git a/.drone.yml b/.drone.yml index d999215..768a62c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: ubuntu-20.04-dev + tags: + - ubuntu-20.04-dev when: event: - push @@ -36,7 +37,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: ubuntu-18.04-dev + tags: + - ubuntu-18.04-dev when: event: - push @@ -51,7 +53,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: ubuntu-16.04-dev + tags: + - ubuntu-16.04-dev when: event: - push @@ -66,7 +69,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: ubuntu-14.04-dev + tags: + - ubuntu-14.04-dev when: event: - push @@ -81,7 +85,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: fedora-24-dev + tags: + - fedora-24-dev when: event: - push @@ -96,7 +101,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: alpine-3-dev + tags: + - alpine-3-dev when: event: - push @@ -111,7 +117,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: debian-8-dev + tags: + - debian-8-dev when: event: - push @@ -126,7 +133,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: debian-9-dev + tags: + - debian-9-dev when: event: - push @@ -141,7 +149,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: debian-10-dev + tags: + - debian-10-dev when: event: - push @@ -156,7 +165,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: centos-8-dev + tags: + - centos-8-dev when: event: - push @@ -171,7 +181,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: centos-7-dev + tags: + - centos-7-dev when: event: - push @@ -186,7 +197,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: arch-dev + tags: + - arch-dev when: event: - push @@ -201,7 +213,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: ubuntu-20.04 + tags: + - ubuntu-20.04 when: event: - tag @@ -215,7 +228,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: ubuntu-18.04 + tags: + - ubuntu-18.04 when: event: - tag @@ -229,7 +243,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: ubuntu-16.04 + tags: + - ubuntu-16.04 when: event: - tag @@ -243,7 +258,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: ubuntu-14.04 + tags: + - ubuntu-14.04 when: event: - tag @@ -257,7 +273,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: fedora-24 + tags: + - fedora-24 when: event: - tag @@ -271,7 +288,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: alpine-3 + tags: + - alpine-3 when: event: - tag @@ -285,7 +303,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: debian-8 + tags: + - debian-8 when: event: - tag @@ -299,7 +318,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: debian-9 + tags: + - debian-9 when: event: - tag @@ -313,7 +333,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: debian-10 + tags: + - debian-10 when: event: - tag @@ -327,7 +348,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: centos-8 + tags: + - centos-8 when: event: - tag @@ -341,7 +363,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: centos-7 + tags: + - centos-7 when: event: - tag @@ -355,7 +378,8 @@ steps: username: from_secret: docker_username repo: lerentis/ansible - tag: arch + tags: + - arch when: event: - tag