Update docker-publish.yml

This commit is contained in:
Cohee 2024-04-06 16:01:58 +03:00 committed by GitHub
parent 679a249674
commit b4fcfcd6d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,10 @@ on:
schedule:
# Build the staging image everyday at 00:00 UTC
- cron: "0 0 * * *"
push:
# Temporary workaround
branches:
- release
env:
# This should allow creation of docker images even in forked repositories