ansible-lint/.woodpecker/dry-run.yaml
Aaron Riedel cea2f4b13f
All checks were successful
ci/woodpecker/push/rootless Pipeline was successful
ci/woodpecker/push/root Pipeline was successful
restructure woodpecker pipelines
2025-03-16 12:28:15 +01:00

20 lines
417 B
YAML

steps:
- 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/ansible-lint
tags: latest
platforms:
- linux/arm64
- linux/amd64
dry_run: true
when:
- branch:
exclude: main
event: [push, manual]