Add workflow_dispatch to docker-publish.yml
Browse files
.github/workflows/docker-publish.yml
CHANGED
|
@@ -3,6 +3,7 @@ name: Build and Push Docker Image
|
|
| 3 |
on:
|
| 4 |
release:
|
| 5 |
types: [published]
|
|
|
|
| 6 |
|
| 7 |
permissions:
|
| 8 |
contents: read
|
|
|
|
| 3 |
on:
|
| 4 |
release:
|
| 5 |
types: [published]
|
| 6 |
+
workflow_dispatch:
|
| 7 |
|
| 8 |
permissions:
|
| 9 |
contents: read
|