emoji-build/.crystalintegration.yml

11 lines
338 B
YAML

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