added build arguments to include montodb-tools and libraries for automatic builds
Simon Schön committed
Jul 24, 2022 at 13:08 UTC
96b0bdabda5d403c40d8df03fbaaf20a0f1fcc13
1 file changed
+3
.github/workflows/docker.yml
+3
@@ -50,3 +50,6 @@ jobs:
50
push: true
51
tags: ${{ steps.meta.outputs.tags }}
52
labels: ${{ steps.meta.outputs.labels }}
53
+ build-args: |
54
+ INCLUDE_MONGODBTOOLS=true
55
+ PREINSTALL_LIBS=true