Skip to content

Commit 08dcac4

Browse files
committed
fix CI
1 parent c5d7e59 commit 08dcac4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/jio.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ on:
1313
- '.github/workflows/jio.yaml'
1414
- 'jax-inference-offloading/**'
1515
workflow_dispatch:
16+
inputs:
17+
PUBLISH:
18+
type: boolean
19+
description: Publish dated images and update the 'latest' tag?
20+
default: false
21+
required: false
1622

1723
concurrency:
1824
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -67,7 +73,7 @@ jobs:
6773
id: build-container
6874
uses: ./.github/actions/build-container
6975
with:
70-
ARCHITECTURE: ${{ inputs.ARCHITECTURE }}
76+
ARCHITECTURE: ${{ matrix.ARCHITECTURE }}
7177
ARTIFACT_NAME: artifact-jio-build
7278
BADGE_FILENAME: badge-jio-build
7379
BUILD_DATE: ${{ needs.metadata.outputs.BUILD_DATE }}

0 commit comments

Comments
 (0)