tags list
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Tobias Trabelsi 2021-02-05 20:44:41 +01:00
parent 791befff92
commit 7f0b1a8120
Signed by: lerentis
GPG Key ID: AB673A86224CEB5A
1 changed files with 48 additions and 24 deletions

View File

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