comfy/.woodpecker/.push.yml

19 wiersze
406 B
YAML

2023-07-19 23:58:22 +00:00
when:
event: tag
branch: ${CI_REPO_DEFAULT_BRANCH}
steps:
2023-07-21 11:19:08 +00:00
push:
2023-07-19 23:58:22 +00:00
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
2023-07-17 21:07:27 +00:00
settings:
registry: forge.citizen4.eu
repo: forge.citizen4.eu/${CI_REPO_OWNER}/${CI_REPO_NAME}
2023-07-19 23:58:22 +00:00
dockerfile: artel/Dockerfile
context: artel
2023-07-17 21:07:27 +00:00
tags:
2023-07-19 23:58:22 +00:00
- ${CI_COMMIT_TAG}
- latest
2023-07-21 11:19:08 +00:00
depends_on:
- test