From 5f306a23e1ebc20585c55a5cd9b3b0890ff5a3ad Mon Sep 17 00:00:00 2001 From: Daan Date: Sat, 12 Apr 2025 22:11:05 +0200 Subject: [PATCH] include_mongodb_tools fix in workflow. --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index afbec88e..da3906f5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -65,7 +65,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | - INCLUDE_MONGODBTOOLS=true + INCLUDE_MONGODB_TOOLS=true INCLUDE_POSTGRESQL_TOOLS=true INCLUDE_MARIADB_TOOLS=true PREINSTALL_LIBS=true