Skip to content

Commit 21a2963

Browse files
ci: Adding the option to manually trigger a build workflow
1 parent 635fed0 commit 21a2963

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
release:
1717
types: [published]
1818

19+
# Allows you to run this workflow manually from the Actions tab
20+
workflow_dispatch:
21+
1922
jobs:
2023
push_to_registry:
2124
name: Push Docker image to Docker Hub

0 commit comments

Comments
 (0)