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