getting things ready, use a submodule and ill add the submodule updater later

This commit is contained in:
Ryan Voots 2024-06-05 09:52:44 -04:00
commit 38822f5ccb
4 changed files with 22 additions and 0 deletions

3
.gitmodules vendored Normal file
View 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
View 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
View file

@ -0,0 +1,2 @@
new container build pipelines

@ -0,0 +1 @@
Subproject commit feee37d75f1b168768014e4634dcb156ee649c05