mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2024-11-13 03:47:56 +01:00
Use tag lists in workflows
This commit is contained in:
parent
b7c0fbc27d
commit
00acc7e4e8
4 changed files with 8 additions and 4 deletions
|
@ -2,7 +2,8 @@ name: Docker Image CI pdns-mysql 4.5 alpine
|
|||
|
||||
on:
|
||||
push:
|
||||
tags: [ 'pdns-mysql-alpine-4.5' ]
|
||||
tags:
|
||||
- 'pdns-mysql-alpine-4.5'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@ name: Docker Image CI pdns-mysql 4.5 latest
|
|||
|
||||
on:
|
||||
push:
|
||||
tags: [ 'pdns-mysql-fedora-4.5' ]
|
||||
tags:
|
||||
- 'pdns-mysql-fedora-4.5'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@ name: Docker Image CI pdns-recursor 4.5 alpine
|
|||
|
||||
on:
|
||||
push:
|
||||
tags: [ 'pdns-recursor-alpine-4.5' ]
|
||||
tags:
|
||||
- 'pdns-recursor-alpine-4.5'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@ name: Docker Image CI pdns-recursor 4.5 latest
|
|||
|
||||
on:
|
||||
push:
|
||||
tags: [ 'pdns-recursor-fedora-4.5' ]
|
||||
tags:
|
||||
- 'pdns-recursor-fedora-4.5'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in a new issue