Zaktualizuj '.woodpecker/.build.yml'

main
Mi Klo 2023-07-22 00:24:33 +00:00
rodzic acd23390a2
commit 186c578bc1
1 zmienionych plików z 7 dodań i 10 usunięć

Wyświetl plik

@ -4,13 +4,10 @@ when:
steps:
build:
image: woodpeckerci/plugin-docker-buildx
# secrets: [docker_username, docker_password]
settings:
# dry-run: true
# registry: forge.citizen4.eu
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
dockerfile: artel/Dockerfile
context: artel
tags:
- test
image: docker:cli
secrets: [comfy_image]
commands:
- docker build ./artel -t $${COMFY_IMAGE} -f ./artel/Dockerfile
volumes:
- /var/run/docker.sock:/var/run/docker.sock