Skip to content

Commit

Permalink
ci: add steps to build metabase docker distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Sep 13, 2024
1 parent e9a496f commit 975e2b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,13 @@ jobs:
generate_release_notes: true
prerelease: false
token: ${{ secrets.PAT }}
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile
push: false
platforms: linux/amd64
tags: greptime/metabase-greptimedb:${{ github.ref_name }}-mb050
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM docker.io/metabase/metabase:v0.50.25.2

ADD ./target/greptimedb.metabase-driver.jar plugins/

0 comments on commit 975e2b0

Please sign in to comment.