Skip to content

Commit

Permalink
Update Metabase to v0.52.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 authored Jan 19, 2025
1 parent 0c017ab commit 8765ae3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
greptime/metabase-greptimedb:v0.52.5-greptime-${{ github.ref_name }}
greptime/metabase-greptimedb:v0.52.6-greptime-${{ github.ref_name }}
greptime/metabase-greptimedb:latest
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
:aliases
{:dev
{:extra-deps
{io.github.metabase/metabase {:git/tag "v0.52.5", :git/sha "cc77eeb"}}}}}
{io.github.metabase/metabase {:git/tag "v0.52.6", :git/sha "1a9cb72"}}}}}
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/metabase/metabase:v0.52.5
FROM docker.io/metabase/metabase:v0.52.6

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

0 comments on commit 8765ae3

Please sign in to comment.