Update .drone.yml
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
Madiator2011 2024-08-03 21:39:25 +02:00 committed by GitHub
parent a4adabc634
commit 3062bcc049
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,10 @@ kind: pipeline
type: docker
name: build-comfyui
trigger:
event:
- custom
steps:
- name: setup-docker
image: docker:latest
@ -31,6 +35,10 @@ kind: pipeline
type: docker
name: build-base
trigger:
event:
- custom
steps:
- name: setup-docker
image: docker:latest
@ -52,7 +60,7 @@ steps:
commands:
- docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
- cd official-templates/better-base
- docker buildx bake --push --no-cache
- docker buildx bake --push --no-cache testing
---
@ -60,6 +68,10 @@ kind: pipeline
type: docker
name: build-everydream2
trigger:
event:
- custom
steps:
- name: setup-docker
image: docker:latest
@ -81,13 +93,18 @@ steps:
commands:
- docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
- cd official-templates/better-everydream2
- docker buildx bake --push --no-cache
- docker buildx bake --push --no-cache testing
---
kind: pipeline
type: docker
name: build-ollama
trigger:
event:
- custom
steps:
- name: setup-docker
image: docker:latest
@ -109,7 +126,7 @@ steps:
commands:
- docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
- cd official-templates/better-ollama
- docker buildx bake --push --no-cache
- docker buildx bake --push --no-cache testing
---
@ -117,6 +134,10 @@ kind: pipeline
type: docker
name: build-pytorch
trigger:
event:
- custom
steps:
- name: setup-docker
image: docker:latest
@ -138,4 +159,4 @@ steps:
commands:
- docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
- cd official-templates/better-pytorch
- docker buildx bake --push --no-cache
- docker buildx bake --push --no-cache testing