add workflow dispatch for dev image
This commit is contained in:
parent
253771152e
commit
ca59ede54c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release_unstable.yml
vendored
1
.github/workflows/release_unstable.yml
vendored
|
@ -3,6 +3,7 @@ name: Publish Dotclear unstable image to Docker Hub
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 3 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
IMAGE_NAME: jcpd/docker-dotclear:dev
|
||||
|
|
Loading…
Reference in a new issue