mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update docker-publish.yml
This commit is contained in:
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@ -9,6 +9,10 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
# Build the staging image everyday at 00:00 UTC
|
# Build the staging image everyday at 00:00 UTC
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
push:
|
||||||
|
# Temporary workaround
|
||||||
|
branches:
|
||||||
|
- release
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# This should allow creation of docker images even in forked repositories
|
# This should allow creation of docker images even in forked repositories
|
||||||
|
Reference in New Issue
Block a user