Now the Docker image is built only when a tag with the version is pushed
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
name: update docker image
|
name: update docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
|
tags:
|
||||||
|
- 'v*.*.*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user