Skip to content

Commit c8dd9be

Browse files
committed
fix build-args, but this time try harder
1 parent 10c7f89 commit c8dd9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# TODO: fix this so it isn't hardcoded
3838
build-args: |
3939
opensearch_version=${{inputs.opensearch-version}}
40-
ltrversion=${{ltrversion}}
40+
ltrversion=${{inputs.ltrversion}}
4141
push: true
4242
tags: gsingers/opensearch-learning-to-rank
4343
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)