From 96b0bdabda5d403c40d8df03fbaaf20a0f1fcc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sch=C3=B6n?= Date: Sun, 24 Jul 2022 13:08:14 +0200 Subject: [PATCH] added build arguments to include montodb-tools and libraries for automatic builds --- .github/workflows/docker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 845121de..40d5c7f1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -50,3 +50,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + build-args: | + INCLUDE_MONGODBTOOLS=true + PREINSTALL_LIBS=true