56 lines
1.7 KiB
YAML
56 lines
1.7 KiB
YAML
|
|
when:
|
|
- event: manual
|
|
- event: push
|
|
|
|
steps:
|
|
automatic:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
repo: gitea.simcop2387.info/simcop2387/new-stable-diffusion-automatic-custom
|
|
# dockerfile: ./stable-diffusion-webui-docker/services/AUTOMATIC1111/Dockerfile
|
|
dockerfile: ./custom/automatic/Dockerfile
|
|
context: ./custom/automatic/
|
|
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
|
|
invoke:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
repo: gitea.simcop2387.info/simcop2387/new-stable-diffusion-invoke-custom
|
|
dockerfile: ./custom/invoke/Dockerfile
|
|
context: ./custom/invoke
|
|
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
|
|
|
|
comfy:
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
repo: gitea.simcop2387.info/simcop2387/new-stable-diffusion-comfy-custom
|
|
dockerfile: ./custom/comfy/Dockerfile
|
|
context: ./custom/comfy/
|
|
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
|