mirror of
https://github.com/luxfi/fhe.git
synced 2026-07-26 23:16:08 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user