chore(ci): update Docker workflow

Adjusts current workflow to build images when any tag is created.
This commit is contained in:
Paul Makles
2021-10-31 18:25:28 +00:00
committed by GitHub
parent 7421ffc8a2
commit 193846e289

View File

@@ -5,7 +5,7 @@ on:
branches:
- "master"
tags:
- "v*"
- "*"
paths-ignore:
- ".github/**"
- "!.github/workflows/docker.yml"