15 lines
348 B
YAML
15 lines
348 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
- name: publish
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
platforms: linux/amd64,linux/arm64/v8
|
|
repo: git.comfy.city/emi/comfy-recipes
|
|
registry: git.comfy.city
|
|
tags: latest
|
|
username: ${CI_REPO_OWNER}
|
|
password:
|
|
from_secret: registry_token
|