build-docker.yml: Fix debugging artifact ownership

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2023-01-20 00:46:21 +01:00
parent b366dc2af5
commit 3e7fb6a2da
No known key found for this signature in database
GPG Key ID: 3510056072886A8F

View File

@ -143,7 +143,7 @@ jobs:
sleep 60 sleep 60
while true while true
do do
docker exec nextcloudpi apache2ctl -DFOREGROUND || continue docker exec nextcloudpi apache2ctl -e debug -X -DFOREGROUND || continue
break break
done done