1
0
mirror of https://github.com/regclient/regclient.git synced 2025-04-18 22:44:00 +03:00

Fix: Escape regexp example

Signed-off-by: Brandon Mitchell <git@bmitch.net>
This commit is contained in:
Brandon Mitchell 2025-03-08 10:20:49 -05:00
parent 51b1be4110
commit 82c84b0c5e
No known key found for this signature in database
GPG Key ID: 6E0FF28C767A8BEE

View File

@ -72,7 +72,7 @@ sync:
allow:
- "latest"
- "3"
- "3.\\d+"
- "3\\.\\d+"
- source: regclient/regctl:latest
target: registry:5000/regclient/regctl:latest
type: image