Skip to content

Commit baefdff

Browse files
committed
build docker image with configuration
1 parent 62bf065 commit baefdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-zitadel-dev-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: start containers using docker compose
2525
run: |
2626
mkdir ${{ runner.temp }}/machinekey &&
27-
VOLUME_POINT=${{ runner.temp }}/machinekey UID=$(id -u) docker compose up -d
27+
VOLUME_POINT=${{ runner.temp }}/machinekey UID=$UID docker compose up -d
2828
working-directory: zitadel/local/compose
2929

3030
- name: Wait for API Response

0 commit comments

Comments
 (0)