getting things ready, use a submodule and ill add the submodule updater later
This commit is contained in:
commit
38822f5ccb
4 changed files with 22 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "stable-diffusion-webui"]
|
||||
path = stable-diffusion-webui
|
||||
url = https://github.com/AUTOMATIC1111/stable-diffusion-webui
|
16
.woodpecker/build.yml
Normal file
16
.woodpecker/build.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
steps:
|
||||
upgrade-cpu-os:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
repo: gitea.simcop2387.info/simcop2387/text-gen-os-cpu-base
|
||||
dockerfile: os-cpu-base/Dockerfile
|
||||
auto_tag: true
|
||||
build_args:
|
||||
- "BUILD_TAG=build-${CI_PIPELINE_NUMBER}"
|
||||
tags:
|
||||
- build-${CI_PIPELINE_NUMBER}
|
||||
logins:
|
||||
- registry: https://gitea.simcop2387.info/
|
||||
username: simcop2387
|
||||
password:
|
||||
from_secret: docker_token
|
2
README.md
Normal file
2
README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
new container build pipelines
|
||||
|
1
stable-diffusion-webui
Submodule
1
stable-diffusion-webui
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit feee37d75f1b168768014e4634dcb156ee649c05
|
Loading…
Add table
Reference in a new issue