Merge pull request #9 from iamatulsingh/fix-workflow

fix: create new container when new release created or manual dispatch
This commit is contained in:
Atul Singh
2026-05-13 13:56:18 +02:00
committed by GitHub
+2 -2
View File
@@ -2,8 +2,8 @@ name: Publish Docker images
on:
push:
branches: [main]
tags: ["v*"]
tags:
- "v*"
workflow_dispatch:
permissions: