mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2025-01-18 19:11:14 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: [ 'pdns-mysql-alpine-4.5' ]
|
tags:
|
||||||
|
- 'pdns-mysql-alpine-4.5'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,8 @@ name: Docker Image CI pdns-mysql 4.5 latest
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: [ 'pdns-mysql-fedora-4.5' ]
|
tags:
|
||||||
|
- 'pdns-mysql-fedora-4.5'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,8 @@ name: Docker Image CI pdns-recursor 4.5 alpine
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: [ 'pdns-recursor-alpine-4.5' ]
|
tags:
|
||||||
|
- 'pdns-recursor-alpine-4.5'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,8 @@ name: Docker Image CI pdns-recursor 4.5 latest
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: [ 'pdns-recursor-fedora-4.5' ]
|
tags:
|
||||||
|
- 'pdns-recursor-fedora-4.5'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue