We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41eebd commit 7ae35efCopy full SHA for 7ae35ef
.github/workflows/build_bitnami.yml
@@ -35,7 +35,7 @@ jobs:
35
${{ env.IMAGE_FQDN }}:bitnami-type1-${{ github.ref_name }}
36
build-args: |
37
TEMPLATE_PATH=./ldif/bootstrap/bitnami/data-template-type1-static.ldif
38
- LDAP_ROOT='dc=example,dc=org'
+ LDAP_ROOT=dc=example,dc=org
39
- name: Build type2
40
uses: docker/build-push-action@v3
41
with:
@@ -47,4 +47,4 @@ jobs:
47
${{ env.IMAGE_FQDN }}:bitnami-type2-${{ github.ref_name }}
48
49
TEMPLATE_PATH=./ldif/bootstrap/bitnami/data-template-type2-static.ldif
50
- LDAP_ROOT='dc=kontextwork-test,dc=de'
+ LDAP_ROOT=dc=kontextwork-test,dc=de
0 commit comments