Skip to content

Commit

Permalink
ci: add latest docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Sep 13, 2024
1 parent f98f1b1 commit 40f3990
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ jobs:
file: ${{ github.workspace }}/driver/docker/Dockerfile
push: true
platforms: linux/amd64
tags: greptime/metabase-greptimedb:${{ github.ref_name }}-mb050
tags: |
greptime/metabase-greptimedb:${{ github.ref_name }}-mb050
greptime/metabase-greptimedb:latest

0 comments on commit 40f3990

Please sign in to comment.