21 lines
456 B
YAML
21 lines
456 B
YAML
steps:
|
|
- name: docker-root
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
privileged: true
|
|
settings:
|
|
dockerfile: Dockerfile-root
|
|
registry: git.ar21.de
|
|
username:
|
|
from_secret: REGISTRY_USER
|
|
password:
|
|
from_secret: REGISTRY_PASS
|
|
repo: git.ar21.de/aaron/ansible-lint
|
|
tags:
|
|
- root
|
|
- root-${CI_PIPELINE_NUMBER}
|
|
platforms:
|
|
- linux/arm64
|
|
- linux/amd64
|
|
when:
|
|
- branch: main
|
|
event: [push, manual]
|