webtop-plus/.woodpecker/debian-desktop.yaml

27 lines
764 B
YAML
Raw Permalink Normal View History

2024-01-31 14:15:55 +01:00
# Build and publish Docker images for multible architectures.
#
# Pushing an image to codeberg as container registry,
# package owner will be the repo owner.
#
# this config also shows usage of yaml aliases and
# was taken from https://codeberg.org/6543/docker-images/src/commit/37e29c227717c1c07d2776cddcf147
# 25bf952875/.woodpecker/hello.yml
when:
2024-02-01 15:36:15 +01:00
branch: debian-desktop
2024-01-31 14:15:55 +01:00
steps:
build-container:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: Dockerfile
platforms: linux/arm64/v8,linux/amd64
repo: git.jmbit.de/jmb/webtop-plus
registry: git.jmbit.de
2024-02-01 15:36:15 +01:00
tags:
- debian-desktop-latest
- debian-desktop-${CI_COMMIT_REF}
2024-01-31 14:15:55 +01:00
username: jmb
password:
from_secret: forgejo_token