Skip to content

Commit

Permalink
test rocksdb docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
pirtleshell committed Nov 8, 2023
1 parent ffa60c2 commit 0877441
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,16 @@ jobs:
password: ${{ secrets.CI_DOCKERHUB_TOKEN }}

# publish to docker hub, tag with short git hash
- name: Build and push (goleveldb)
- name: Build and push (rocksdb)
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile-rocksdb
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
push: false #TODO set to true
tags: kava/kava:${{ steps.commit-hash.outputs.short }}-goleveldb # TODO add master tag back in
tags: kava/kava:${{ steps.commit-hash.outputs.short }}-rocksdb # TODO add master tag back in


# test:
Expand Down

0 comments on commit 0877441

Please sign in to comment.