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