Skip to content

Commit 7ae35ef

Browse files
committed
fix build arg
1 parent c41eebd commit 7ae35ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_bitnami.yml

Lines changed: 2 additions & 2 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:
@@ -47,4 +47,4 @@ jobs:
4747
${{ env.IMAGE_FQDN }}:bitnami-type2-${{ github.ref_name }}
4848
build-args: |
4949
TEMPLATE_PATH=./ldif/bootstrap/bitnami/data-template-type2-static.ldif
50-
LDAP_ROOT='dc=kontextwork-test,dc=de'
50+
LDAP_ROOT=dc=kontextwork-test,dc=de

0 commit comments

Comments
 (0)