Skip to content

Commit 29a3740

Browse files
committed
allow manual dispatch of docker build action
1 parent 6027518 commit 29a3740

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docker-latest.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: Docker build (version + latest)
2+
23
on:
4+
workflow_dispatch:
5+
inputs:
6+
tag:
7+
description: Tag to build
8+
required: true
9+
default: '1.2.2'
10+
311
push: { tags: 'v[0-9]+.[0-9]+.[0-9]+' }
412

513
jobs:

0 commit comments

Comments
 (0)