deb-test/.crystalintegration.yml

34 lines
1015 B
YAML

steps:
buildx-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: bullseye/Dockerfile
platforms: 'linux/amd64'
tag: [bullseye, "bullseye-${CI_COMMIT_SHA:0:10}"]
buildx-bookworm:
image: woodpeckerci/plugin-docker-buildx
group: docker
secrets: [docker_username, docker_password]
settings:
registry: sc.cryxtal.org
repo: sc.cryxtal.org/${CI_REPO}
dockerfile: bookworm/Dockerfile
platforms: 'linux/amd64'
tag: [bookworm, "bookworm-${CI_COMMIT_SHA:0:10}"]
buildx-buster:
image: woodpeckerci/plugin-docker-buildx
group: docker
secrets: [docker_username, docker_password]
settings:
registry: sc.cryxtal.org
repo: sc.cryxtal.org/${CI_REPO}
dockerfile: buster/Dockerfile
platforms: 'linux/amd64'
tag: [buster, "buster-${CI_COMMIT_SHA:0:10}"]