ansible-lint/.woodpecker/rootless.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
416 B
YAML

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/ansible-lint
tags:
- latest
- ${CI_PIPELINE_NUMBER}
platforms:
- linux/arm64
- linux/amd64
when:
- branch: main
event: [push, manual]