Skip to content

Commit

Permalink
Fix: use workflow input
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Jul 3, 2024
1 parent 427c7c0 commit 1c08c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
--tag rondb-standalone:${{ inputs.rondb_version }}-$VERSION \
--build-arg RONDB_VERSION=${{ inputs.rondb_version }} \
--build-arg RONDB_TARBALL_LOCAL_REMOTE=remote \
--build-arg RONDB_X86_TARBALL_URI=$BASE_DOWNLOAD_URL/$STABLE_X86_TARBALL_NAME
--build-arg RONDB_X86_TARBALL_URI=$BASE_DOWNLOAD_URL/${{ inputs.rondb_x86_tarball_name }}
push-x86:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c08c4f

Please sign in to comment.