fix: missing registry

This commit is contained in:
Eli Bosley
2023-08-31 11:20:33 -04:00
parent 404756bb48
commit 878ad60a50
+5
View File
@@ -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: