We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e591a8 commit 56cc1acCopy full SHA for 56cc1ac
.github/workflows/docker-publish.yml
@@ -6,12 +6,22 @@ name: Publish container
6
# documentation.
7
8
on:
9
+ schedule:
10
+ - cron: '30 3,12 * * *'
11
push:
12
branches: [ $default-branch ]
13
# Publish semver tags as releases.
14
tags: [ 'v*.*.*' ]
15
pull_request:
16
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'
25
26
env:
27
# Use docker.io for Docker Hub if empty
0 commit comments