mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(ci): Fix the build and push docker compilers images
This commit is contained in:
@@ -3,6 +3,25 @@ name: Compiler - Docker images build & publish
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
instance_id:
|
||||
description: 'Instance ID'
|
||||
type: string
|
||||
instance_image_id:
|
||||
description: 'Instance AMI ID'
|
||||
type: string
|
||||
instance_type:
|
||||
description: 'Instance product type'
|
||||
type: string
|
||||
runner_name:
|
||||
description: 'Action runner name'
|
||||
type: string
|
||||
request_id:
|
||||
description: 'Slab request ID'
|
||||
type: string
|
||||
matrix_item:
|
||||
description: 'Build matrix item'
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
BuildAndPushDockerImages:
|
||||
|
||||
Reference in New Issue
Block a user