Merge pull request #9 from iamatulsingh/fix-workflow
fix: create new container when new release created or manual dispatch
This commit is contained in:
@@ -2,8 +2,8 @@ name: Publish Docker images
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
tags:
|
||||||
tags: ["v*"]
|
- "v*"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user