Skip to content

Merge pull request #676 from benbrummer/debian #498

Merge pull request #676 from benbrummer/debian

Merge pull request #676 from benbrummer/debian #498

Triggered via push January 9, 2025 09:58
Status Failure
Total duration 3m 47s
Artifacts
Matrix: docker
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
docker (invoiceninja/invoiceninja-debian, ./debian)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c curl -s \"https://api.github.com/repos/invoiceninja/invoiceninja/releases/latest\" | grep -o '\"browser_download_url\": \"[^\"]*invoiceninja.tar\"' | cut -d '\"' -f 4 | xargs curl -sL | tar -oxz -C /var/www/html && cp /var/www/html/resources/views/react/index.blade.php /var/www/html/public/index.html && find /var/www/html/ -type f -exec chmod 644 {} \\; && find /var/www/html/ -type d -exec chmod 755 {} \\; && composer install --no-dev --no-scripts --no-autoloader && composer dump-autoload --optimize && php artisan optimize && php artisan storage:link && mv /var/www/html/public /tmp/public" did not complete successfully: exit code: 2
docker (invoiceninja/invoiceninja-debian, ./debian)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636