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

Update '.woodpecker.yml'

This commit is contained in:
dragongoose 2023-07-04 21:20:37 +00:00
parent 4411036c9a
commit 9efe167d9b

View file

@ -1,18 +1,11 @@
when: pipeline:
branch: main
variables:
- &file Dockerfile
- &repo codeberg.org/${CI_REPO_OWNER}/safetwitch-backend
steps:
dryrun: dryrun:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
dockerfile: *file dockerfile: Dockerfile
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le
dry_run: true dry_run: true
repo: *repo repo: https://codeberg.com/${CI_REPO_OWNER}/safetwitch-backend
tags: latest tags: latest
when: when:
event: pull_request event: pull_request
@ -20,9 +13,9 @@ steps:
publish: publish:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
dockerfile: *file dockerfile: Dockerfile
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le
repo: *repo repo: https://codeberg.com/${CI_REPO_OWNER}/safetwitch-backend
registry: codeberg.org registry: codeberg.org
tags: latest tags: latest
username: ${CI_REPO_OWNER} username: ${CI_REPO_OWNER}