Browse Source

Merge pull request #1797 from kalsi-avneet/topic/install-optional-dependencies

Docker publish workflow: Install optional pip dependencies
Peter Bieringer 8 months ago
parent
commit
d2cd6e1b50
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/docker-publish.yml

+ 1 - 0
.github/workflows/docker-publish.yml

@@ -52,6 +52,7 @@ jobs:
         uses: docker/build-push-action@v6
         with:
           context: .
+          build-args: DEPENDENCIES=bcrypt,argon2,ldap
           push: true
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}