Keep running locally but also now update to use the registry cache properly to speed up builds
Some checks failed
ci/woodpecker/push/build Pipeline failed
Some checks failed
ci/woodpecker/push/build Pipeline failed
This commit is contained in:
parent
53ee562687
commit
42141aa0f9
2 changed files with 3 additions and 2 deletions
|
@ -5,8 +5,8 @@ pipeline:
|
|||
repo: gitea.simcop2387.info/simcop2387/text-generation-webui
|
||||
registry: gitea.simcop2387.info
|
||||
auto_tag: true
|
||||
cache-from: "gitea.simcop2387.info/simcop2387/text-generation-webui:latest"
|
||||
cache-to: "gitea.simcop2387.info/simcop2387/text-generation-webui"
|
||||
cache-from: "docker-registry-cache.simcop2387.info/simcop2387/text-generation-webui"
|
||||
cache-to: "docker-registry-cache.simcop2387.info/simcop2387/text-generation-webui"
|
||||
username: simcop2387
|
||||
password:
|
||||
from_secret: docker_token
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
version: "3.3"
|
||||
services:
|
||||
text-generation-webui:
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
|
|
Loading…
Add table
Reference in a new issue