Skip to content

Commit

Permalink
Fix driver path in Docker workflow (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev authored Sep 8, 2023
1 parent 5471d6f commit 495f0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "{:deps {metabase/materialize {:local/root \"materialize\" }}}" > modules/drivers/deps.edn
bin/build-driver.sh materialize
mkdir -p modules/drivers/materialize/.build
cp resources/modules/materialize.metabase-driver.jar modules/drivers/materialize/.build/
cp resources/modules/materialize.metabase-driver.jar modules/drivers/materialize/.build/materialize-driver.jar
- name: Use QEMU for multi-platform images
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 495f0d5

Please sign in to comment.