dh/.crystalintegration.yml

12 lines
350 B
YAML

pipeline:
buildx-publish-dh-bullseye:
image: woodpeckerci/plugin-docker-buildx
group: docker
secrets: [docker_username, docker_password]
settings:
registry: sc.cryxtal.org
repo: sc.cryxtal.org/${CI_REPO}
dockerfile: Dockerfile
platforms: 'linux/amd64'
tag: [bullseye, "bullseye-${CI_COMMIT_SHA:0:10}"]