Skip to content

Commit

Permalink
ci: fix docker build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Sep 13, 2024
1 parent 3f86ab1 commit 73aa82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile
context: ${{ github.workspace }}/driver
file: ${{ github.workspace }}/driver/docker/Dockerfile
push: false
platforms: linux/amd64
tags: greptime/metabase-greptimedb:${{ github.ref_name }}-mb050

0 comments on commit 73aa82b

Please sign in to comment.