mirror of
https://github.com/unraid/api.git
synced 2026-04-28 03:01:12 -05:00
fix: missing registry
This commit is contained in:
@@ -113,6 +113,11 @@ jobs:
|
||||
|
||||
|
||||
build-api:
|
||||
services:
|
||||
registry: # Using a local registry is ~3x faster than exporting the image to docker agent
|
||||
image: registry:2
|
||||
ports:
|
||||
- 5000:5000
|
||||
needs: [build-cache]
|
||||
defaults:
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user