Handle tags as well

This commit is contained in:
2021-12-05 09:06:42 +00:00
parent abcd2e1d9f
commit c9492d28d7

View File

@@ -4,6 +4,8 @@ on:
push:
branches:
- 'master'
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
docker:
@@ -27,4 +29,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: nikdoof/hg612-exporter:master
tags: nikdoof/hg612-exporter:${{ github.ref }}