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

Docker publish workflow: Install optional pip dependencies

* Dependencies taken from `pyproject.toml`
	* As of now, following are added:
	    * bcrypt
	    * argon2
	    * ldap
This commit is contained in:
kalsi-avneet 2025-06-05 14:06:31 +00:00
parent 8318feacce
commit eb69ad48c7

View file

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