Skip to content

Commit df42ce6

Browse files
committed
chore: Allow building the docker image on demand in Github
1 parent 57a214f commit df42ce6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docker-famedly.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ name: Docker
44
on:
55
push:
66
tags: ["v*.*.*_*"]
7+
workflow_dispatch:
8+
inputs:
9+
tags:
10+
description: "Synapse version tag to build"
11+
required: true
12+
type: string
713

814
jobs:
915
docker:

0 commit comments

Comments
 (0)