2024-07-27 11:13:18 +02:00
|
|
|
steps:
|
|
|
|
- name: docker
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
privileged: true
|
|
|
|
settings:
|
|
|
|
registry: git.ar21.de
|
|
|
|
username:
|
|
|
|
from_secret: REGISTRY_USER
|
|
|
|
password:
|
|
|
|
from_secret: REGISTRY_PASS
|
|
|
|
repo: git.ar21.de/aaron/debug
|
|
|
|
tags: latest
|
|
|
|
platforms:
|
|
|
|
- linux/arm64
|
|
|
|
- linux/amd64
|
|
|
|
when:
|
2024-07-28 14:04:05 +02:00
|
|
|
- branch: main
|
|
|
|
event: push
|
2024-07-27 11:13:18 +02:00
|
|
|
- name: docker-build
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
privileged: true
|
|
|
|
settings:
|
|
|
|
registry: git.ar21.de
|
|
|
|
username:
|
|
|
|
from_secret: REGISTRY_USER
|
|
|
|
password:
|
|
|
|
from_secret: REGISTRY_PASS
|
|
|
|
repo: git.ar21.de/aaron/debug
|
|
|
|
tags: latest
|
|
|
|
platforms:
|
|
|
|
- linux/arm64
|
|
|
|
- linux/amd64
|
|
|
|
dry_run: true
|
|
|
|
when:
|
2024-07-28 14:04:05 +02:00
|
|
|
- branch:
|
|
|
|
exclude: main
|
|
|
|
event: push
|