bookworm-git/.woodpecker.yaml

17 lines
461 B
YAML
Raw Normal View History

2024-06-15 23:31:46 +02:00
steps:
- name: Build and Publish
when:
- branch: main
event: push
- event: tag
image: woodpeckerci/plugin-docker-buildx
settings:
2024-06-15 23:37:58 +02:00
platforms: linux/amd64,linux/arm/v5,linux/arm/v6,linux/arm/v7,linux/arm64
2024-06-15 23:31:46 +02:00
repo: forge.alveus.dev/${CI_REPO_OWNER}/${CI_REPO_NAME}
registry: forge.alveus.dev
tags: latest
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_TOKEN