version: 1 creds: - registry: "$REGISTRY" user: "$REGISTRY_USER" pass: "$REGISTRY_PASS" sync: - source: alpine target: $REGISTRY/oci/alpine type: repository tags: allow: - "latest" - "3\\.2\\d+" - "3\\.2\\d+.\\d+" deny: - "3\\.20" - "3\\.20.\\d+"