Delete .drone-comfyui.yml

This commit is contained in:
Madiator2011 2024-08-03 22:41:39 +02:00 committed by GitHub
parent 6a2182ec94
commit 794f6e04bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,21 +0,0 @@
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