Changed auto build to once a day

This commit is contained in:
ebolam
2022-11-10 15:53:00 -05:00
committed by GitHub
parent 4ed708080a
commit c39ea5b6e7

View File

@@ -1,7 +1,8 @@
name: Build Docker
on:
push:
schedule:
- cron: "0 0 * * *"
jobs:
build:
@@ -26,4 +27,4 @@ jobs:
context: .
file: ./docker-standalone/Dockerfile.koboldai
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/koboldai:latest
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/koboldai:nightly