Create drone-comfyui.yml

This commit is contained in:
Madiator2011 2024-08-03 22:29:49 +02:00 committed by GitHub
parent 151c790e7e
commit e887de72b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,21 @@
kind: pipeline
type: docker
name: build-comfyui
trigger:
event:
- custom
steps:
- name: build-comfyui
image: docker:latest
privileged: true
environment:
DOCKER_USERNAME:
from_secret: docker_username
DOCKER_PASSWORD:
from_secret: docker_password
commands:
- echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin
- cd official-templates/better-comfyui
- docker buildx bake --push --no-cache testing