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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user