Skip to content

Commit afb32c3

Browse files
committed
Add workflow_dispatch
1 parent 50be1b1 commit afb32c3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Build & Publish Docker Images
22

33
on:
44
push:
5-
branches: ["master"]
5+
branches:
6+
- master
7+
workflow_dispatch:
68

79
jobs:
810
discover-dockerfiles:
@@ -81,4 +83,3 @@ jobs:
8183
tags: |
8284
${{ steps.metadata.outputs.image }}:latest
8385
${{ steps.metadata.outputs.image }}:${{ steps.metadata.outputs.short_sha }}
84-

0 commit comments

Comments
 (0)