fix: Update Docker image names to use path format

Change image names from:
- luxfi/fhe -> luxfi/fhe/server
- luxfi/fhe-gateway -> luxfi/fhe/gateway
- luxfi/fhe-worker -> luxfi/fhe/worker

This matches the expected format in compose.yml and local-dev configs.
This commit is contained in:
Zach Kelling
2025-12-31 12:18:22 -08:00
parent fcc9c3fb6e
commit 980717ff29
+3 -3
View File
@@ -22,11 +22,11 @@ jobs:
matrix:
include:
- target: server
image: luxfi/fhe
image: luxfi/fhe/server
- target: gateway
image: luxfi/fhe-gateway
image: luxfi/fhe/gateway
- target: worker
image: luxfi/fhe-worker
image: luxfi/fhe/worker
steps:
- name: Checkout