Files
mirror/.woodpecker/mirror.yaml
T

19 lines
457 B
YAML
Raw Normal View History

2026-07-22 12:35:18 +05:00
---
when:
- event: [push, tag, manual]
steps:
- name: "mirror images"
2026-07-22 14:01:46 +05:00
image: "code.pztrn.name/containers/mirror/docker:29.6.2-dind"
2026-07-22 17:30:39 +05:00
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
2026-07-22 12:35:18 +05:00
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