We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d7e59 commit 08dcac4Copy full SHA for 08dcac4
.github/workflows/jio.yaml
@@ -13,6 +13,12 @@ on:
13
- '.github/workflows/jio.yaml'
14
- 'jax-inference-offloading/**'
15
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
22
23
concurrency:
24
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -67,7 +73,7 @@ jobs:
67
73
id: build-container
68
74
uses: ./.github/actions/build-container
69
75
with:
70
- ARCHITECTURE: ${{ inputs.ARCHITECTURE }}
76
+ ARCHITECTURE: ${{ matrix.ARCHITECTURE }}
71
77
ARTIFACT_NAME: artifact-jio-build
72
78
BADGE_FILENAME: badge-jio-build
79
BUILD_DATE: ${{ needs.metadata.outputs.BUILD_DATE }}
0 commit comments