Skip to content

Commit

Permalink
RONDB-678: [APPEND] Fix modular CI (#79)
Browse files Browse the repository at this point in the history
* Checkout repo
* Fix: use workflow input
  • Loading branch information
olapiv authored Jul 3, 2024
1 parent 2597da5 commit d09fe2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 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 All @@ -165,6 +165,8 @@ jobs:
(needs.build-x86.result == 'success' || needs.build-x86.result == 'skipped') &&
github.repository == 'logicalclocks/rondb-docker' && (startsWith(github.ref_name, 'release-') || github.ref_name == 'main')
steps:
- uses: actions/checkout@v4

- name: Login to Dockerhub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit d09fe2b

Please sign in to comment.