0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2024-12-21 20:53:00 -05:00

Update '.woodpecker.yml'

This commit is contained in:
dragongoose 2023-07-04 21:12:16 +00:00
parent e2fb14b008
commit 4411036c9a

View file

@ -1,18 +1,32 @@
when:
branch: main
variables:
- &file Dockerfile
- &repo codeberg.org/${CI_REPO_OWNER}/safetwitch-backend
steps:
dryrun:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: *file
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le
dry_run: true
repo: *repo
tags: latest
when:
event: pull_request
publish:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: *file
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le
repo: codeberg.org/${CI_REPO_OWNER}/safetwitch-backend
repo: *repo
registry: codeberg.org
tags: edge
tags: latest
username: ${CI_REPO_OWNER}
password:
from_secret: docker_password
when:
event: push
path: *file
event: push