Skip to content

Commit ff8159e

Browse files
committed
fix: ci build
1 parent b960078 commit ff8159e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/prebuild-lsm.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ jobs:
1313
runs-on: self-hosted
1414
strategy:
1515
matrix:
16-
image: ${{ fromJson(
17-
github.event_name == 'workflow_dispatch' && github.event.inputs.image != ''
18-
? format('["{0}"]', github.event.inputs.image)
19-
: '["ark"]'
20-
) }}
16+
image: ["ark"]
2117
steps:
2218
- uses: actions/checkout@v3
2319
- name: Login to Docker Hub

0 commit comments

Comments
 (0)