mirror of
https://github.com/nikdoof/hg612-exporter.git
synced 2025-12-13 10:22:14 +00:00
Handle tags as well
This commit is contained in:
4
.github/workflows/build-docker-image.yaml
vendored
4
.github/workflows/build-docker-image.yaml
vendored
@@ -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 }}
|
||||
Reference in New Issue
Block a user