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
|
repo: gitea.simcop2387.info/simcop2387/text-generation-webui
|
||||||
registry: gitea.simcop2387.info
|
registry: gitea.simcop2387.info
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
cache-from: "gitea.simcop2387.info/simcop2387/text-generation-webui:latest"
|
cache-from: "docker-registry-cache.simcop2387.info/simcop2387/text-generation-webui"
|
||||||
cache-to: "gitea.simcop2387.info/simcop2387/text-generation-webui"
|
cache-to: "docker-registry-cache.simcop2387.info/simcop2387/text-generation-webui"
|
||||||
username: simcop2387
|
username: simcop2387
|
||||||
password:
|
password:
|
||||||
from_secret: docker_token
|
from_secret: docker_token
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
version: "3.3"
|
version: "3.3"
|
||||||
services:
|
services:
|
||||||
text-generation-webui:
|
text-generation-webui:
|
||||||
|
restart: unless-stopped
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Add table
Reference in a new issue