Update and rename unstable.yml to release_unstable.yml
This commit is contained in:
parent
d20a60f1c4
commit
42152545f9
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
||||||
name: Publish Docker image Dotclear unstable
|
name: Publish Dotclear unstable image to Docker Hub
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 3 * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: jcpd/docker-dotclear:test
|
IMAGE_NAME: jcpd/docker-dotclear:dev
|
||||||
DOTCLEAR_CANAL: unstable
|
DOTCLEAR_CANAL: unstable
|
||||||
|
|
||||||
jobs:
|
jobs:
|
Loading…
Reference in a new issue