Skip to content

Commit 56cc1ac

Browse files
Add manual trigger for action
1 parent 9e591a8 commit 56cc1ac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,22 @@ name: Publish container
66
# documentation.
77

88
on:
9+
schedule:
10+
- cron: '30 3,12 * * *'
911
push:
1012
branches: [ $default-branch ]
1113
# Publish semver tags as releases.
1214
tags: [ 'v*.*.*' ]
1315
pull_request:
1416
branches: [ $default-branch ]
17+
workflow_dispatch:
18+
inputs:
19+
logLevel:
20+
description: 'Log level'
21+
required: true
22+
default: 'warning'
23+
tags:
24+
description: 'Testing the container build mechanism'
1525

1626
env:
1727
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)