Release 1.17.86 - See CHANGELOG.md #485
Annotations
1 error and 1 warning
buildx failed with: ERROR: failed to solve: process "/bin/bash -c source /assets/functions/00-container && set -x && package update && package upgrade && package install .freescout-run-deps expect git gnu-libiconv sed && php-ext enable core && clone_git_repo ${FREESCOUT_REPO_URL} ${FREESCOUT_VERSION} /assets/install && mkdir -p vendor/natxet/cssmin/src && if [ -d \"/build-assets/src\" ] ; then cp -Rp /build-assets/src/* /assets/install ; fi; if [ -d \"/build-assets/scripts\" ] ; then for script in /build-assets/scripts/*.sh; do echo \"** Applying $script\"; bash $script; done && \\ ; fi ; if [ -d \"/build-assets/custom-scripts\" ] ; then mkdir -p /assets/custom-scripts ; cp -Rp /build-assets/custom-scripts/* /assets/custom-scripts ; fi; composer install --ignore-platform-reqs && php artisan freescout:build && rm -rf /assets/install/.env.example /assets/install/.env.travis && chown -R \"${NGINX_USER}\":\"${NGINX_GROUP}\" /assets/install && package cleanup && rm -rf /build-assets /root/.composer /var/tmp/*" did not complete successfully: exit code: 1
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/setup-qemu-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading