1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

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

Docker publish workflow: Install optional pip dependencies
This commit is contained in:
Peter Bieringer 2025-06-12 14:39:15 +02:00 committed by GitHub
commit d2cd6e1b50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}