Initial docker image
This commit is contained in:
parent
9c75d739ff
commit
3e8d543f52
3 changed files with 57 additions and 33 deletions
21
.woodpecker/docker-buildx.yml
Normal file
21
.woodpecker/docker-buildx.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
|
||||
variables:
|
||||
- &repo scm.gruezi.net/buckbanzai/crossposter
|
||||
|
||||
steps:
|
||||
publish:
|
||||
image: docker.io/woodpeckerci/plugin-docker-buildx:latest
|
||||
settings:
|
||||
repo: *repo
|
||||
registry: scm.gruezi.net
|
||||
tags: latest
|
||||
username: woodpecker_bot
|
||||
password:
|
||||
from_secret: FORGEJO_PACKAGES_API_TOKEN
|
||||
platforms: linux/amd64,linux/arm64
|
||||
when:
|
||||
event: push
|
|
@ -1,33 +0,0 @@
|
|||
when:
|
||||
branch: main
|
||||
event: [push, pull_request]
|
||||
|
||||
variables:
|
||||
- &file Dockerfile
|
||||
- &repo scm.gruezi.net/${CI_REPO}
|
||||
|
||||
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: *repo
|
||||
registry: scm.gruezi.net
|
||||
tags: latest
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
from_secret: FORGEJO_API_TOKEN
|
||||
when:
|
||||
event: push
|
Loading…
Add table
Add a link
Reference in a new issue