alpine/.crystalintegration.yml

76 lines
2.1 KiB
YAML

steps:
buildx-git-curl-jq:
image: woodpeckerci/plugin-docker-buildx
group: docker
secrets: [docker_username, docker_password]
settings:
registry: sc.cryxtal.org
repo: sc.cryxtal.org/ci-img/git-curl-jq
dockerfile: git-curl-jq/Dockerfile
platforms: 'linux/amd64'
tag: [latest, "main-${CI_COMMIT_SHA:0:10}"]
when:
path:
include: [ 'git-curl-jq/*' ]
ignore_message: "[rebuild-all]"
buildx-curl-jq-grep:
image: woodpeckerci/plugin-docker-buildx
group: docker
secrets: [docker_username, docker_password]
settings:
registry: sc.cryxtal.org
repo: sc.cryxtal.org/ci-img/curl-jq-grep
dockerfile: curl-jq-grep/Dockerfile
platforms: 'linux/amd64'
tag: [latest, "main-${CI_COMMIT_SHA:0:10}"]
when:
path:
include: [ 'curl-jq-grep/*' ]
ignore_message: "[rebuild-all]"
buildx-mini-bash:
image: woodpeckerci/plugin-docker-buildx
group: docker
secrets: [docker_username, docker_password]
settings:
registry: sc.cryxtal.org
repo: sc.cryxtal.org/ci-img/mini-bash
dockerfile: mini-bash/Dockerfile
platforms: 'linux/amd64'
tag: [latest, "main-${CI_COMMIT_SHA:0:10}"]
when:
path:
include: [ 'mini-bash/*' ]
ignore_message: "[rebuild-all]"
buildx-mini-git:
image: woodpeckerci/plugin-docker-buildx
group: docker
secrets: [docker_username, docker_password]
settings:
registry: sc.cryxtal.org
repo: sc.cryxtal.org/ci-img/mini-git
dockerfile: mini-git/Dockerfile
platforms: 'linux/amd64'
tag: [latest, "main-${CI_COMMIT_SHA:0:10}"]
when:
path:
include: [ 'mini-git/*' ]
ignore_message: "[rebuild-all]"
buildx-bin-dl:
image: woodpeckerci/plugin-docker-buildx
group: docker
secrets: [docker_username, docker_password]
settings:
registry: sc.cryxtal.org
repo: sc.cryxtal.org/ci-img/bin-dl
dockerfile: bin-dl/Dockerfile
platforms: 'linux/amd64'
tag: [latest, "main-${CI_COMMIT_SHA:0:10}"]
when:
path:
include: [ 'bin-dl/*' ]
ignore_message: "[rebuild-all]"