Skip to content

Commit b24ef58

Browse files
author
Steve Jeong
committed
workspace v3.0.0
workspace: docker/base: Add manual action. Signed-off-by: Steve Jeong <[email protected]>
1 parent a23bd24 commit b24ef58

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docker-base.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ on:
66
- 'master'
77
paths:
88
- 'docker/base/*'
9+
workflow_dispatch:
10+
inputs:
11+
logLevel:
12+
description: 'Log level'
13+
required: true
14+
default: 'warning'
15+
tags:
16+
description: 'Test scenario tags'
917

1018
jobs:
1119
docker:

0 commit comments

Comments
 (0)