Skip to content

Commit 324ed3f

Browse files
committed
Polish CI jobs
1 parent 798745e commit 324ed3f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build_bitnami.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
${{ env.IMAGE_FQDN }}:bitnami-type1-${{ github.ref_name }}
3636
build-args: |
3737
TEMPLATE_PATH=./ldif/bootstrap/bitnami/data-template-type1-static.ldif
38-
LDAP_ROOT=dc=example,dc=org
38+
LDAP_ROOT='dc=example,dc=org'
3939
- name: Build type2
4040
uses: docker/build-push-action@v3
4141
with:
@@ -46,5 +46,5 @@ jobs:
4646
${{ env.IMAGE_FQDN }}:bitnami-type2
4747
${{ env.IMAGE_FQDN }}:bitnami-type2-${{ github.ref_name }}
4848
build-args: |
49-
TEMPLATE_PATH=./ldif/bootstrap/bitnami//data-template-type2-static.ldif
50-
LDAP_ROOT=dc=kontextwork-test,dc=de
49+
TEMPLATE_PATH=./ldif/bootstrap/bitnami/data-template-type2-static.ldif
50+
LDAP_ROOT='dc=kontextwork-test,dc=de'

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ARG $LDAP_ROOT=example.org
77

88
ENV LDAP_ADMIN_PASSWORD="admin"
99
ENV LDAP_ROOT=$LDAP_ROOT
10+
ENV BITNAMI_DEBUG=true
1011

1112
# TLS setup
1213
ENV LDAP_ENABLE_TLS=yes

0 commit comments

Comments
 (0)