mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-21 18:30:12 +01:00
Delete official-templates/better-comfyui/drone-comfyui.yml
This commit is contained in:
parent
e887de72b2
commit
ce7702a079
1 changed files with 0 additions and 21 deletions
|
@ -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
|
|
Loading…
Reference in a new issue