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