fix docker-registry
Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 11s

This commit is contained in:
j
2026-01-14 12:23:51 +13:00
parent c1e521a3b4
commit bded5acbfd
4 changed files with 12 additions and 5 deletions

View File

@@ -9,4 +9,8 @@ SSH_USER="root"
# Registry port (default: 5000)
REGISTRY_PORT=5000
# Data path - stores all registry data (images, blobs, etc.)
# Override this to store data in a custom location
DATA_PATH="${SERVICE_PATH}/data"
TEMPLATE=docker-registry