Files
mirror/.woodpecker/mirror.yaml
T

17 lines
392 B
YAML
Raw Normal View History

2026-07-22 12:35:18 +05:00
---
when:
- event: [push, tag, manual]
steps:
- name: "mirror images"
image: "code.pztrn.name/containers/mirror/docker:26.1.1-dind"
commands:
2026-07-22 12:36:09 +05:00
- apk add --no-cache bash
2026-07-22 12:35:18 +05:00
- ./mirror.sh
environment:
REGISTRY: code.pztrn.name
REGISTRY_PROJECT: containers/mirror
REGISTRY_USERNAME: ci
REGISTRY_PASSWORD:
from_secret: DRONE_USER_PASSWORD