0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2024-12-22 05:02:58 -05:00
safetwitch-backend/.woodpecker.yml
2023-07-04 21:23:01 +00:00

25 lines
No EOL
720 B
YAML

pipeline:
dryrun:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: Dockerfile
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le
dry_run: true
repo: https://codeberg.com/${CI_REPO_OWNER}/safetwitch-backend
tags: edge
when:
event: pull_request
publish:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: Dockerfile
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le
repo: https://codeberg.com/${CI_REPO_OWNER}/safetwitch-backend
registry: codeberg.org
tags: edge
username: ${CI_REPO_OWNER}
password:
from_secret: docker_password
when:
event: push