Use tag lists in workflows

This commit is contained in:
pschff 2021-12-27 23:36:56 +01:00
parent b7c0fbc27d
commit 00acc7e4e8
No known key found for this signature in database
GPG key ID: F2A18AC34A008397
4 changed files with 8 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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