mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Changed auto build to once a day
This commit is contained in:
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user