We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62bf065 commit baefdffCopy full SHA for baefdff
.github/workflows/build-zitadel-dev-images.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: start containers using docker compose
25
run: |
26
mkdir ${{ runner.temp }}/machinekey &&
27
- VOLUME_POINT=${{ runner.temp }}/machinekey UID=$(id -u) docker compose up -d
+ VOLUME_POINT=${{ runner.temp }}/machinekey UID=$UID docker compose up -d
28
working-directory: zitadel/local/compose
29
30
- name: Wait for API Response
0 commit comments