Skip to content

The JSON representation of a subfield is always a string #348: provid… #61

The JSON representation of a subfield is always a string #348: provid…

The JSON representation of a subfield is always a string #348: provid… #61

Triggered via push June 14, 2024 21:03
Status Failure
Total duration 3m 53s
Artifacts

docker.yml

on: push
build-and-push-image
3m 44s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends locales apache2 php php-sqlite3 php-curl php-yaml php-intl php-dom unzip composer gettext && locale-gen en_GB.UTF-8 && locale-gen de_DE.UTF-8 && locale-gen pt_BR.UTF-8 && apt-get --assume-yes autoremove && rm -rf /var/lib/apt/lists/* && cd /var/www/html/ && if [ \"${QA_CATALOGUE_WEB_VERSION}\" = \"main\" ]; then curl -s -L https://github.com/pkiraly/qa-catalogue-web/archive/refs/heads/main.zip --output master.zip ; elif [ \"${QA_CATALOGUE_WEB_VERSION}\" = \"develop\" ]; then curl -s -L https://github.com/pkiraly/qa-catalogue-web/archive/refs/heads/develop.zip --output master.zip ; else curl -s -L https://github.com/pkiraly/qa-catalogue-web/archive/refs/tags/v${QA_CATALOGUE_WEB_VERSION}.zip --output master.zip ; fi && ls -la && unzip -q master.zip && rm master.zip && mv qa-catalogue-web-${QA_CATALOGUE_WEB_VERSION} qa-catalogue && cd qa-catalogue && composer install && mkdir config && echo dir=/opt/qa-catalogue/output > /var/www/html/qa-catalogue/configuration.cnf && echo include=config/configuration.cnf >> /var/www/html/qa-catalogue/configuration.cnf && touch /var/www/html/qa-catalogue/selected-facets.js && if [ ! -d /var/www/html/qa-catalogue/cache ]; then mkdir /var/www/html/qa-catalogue/cache ; fi && chown www-data:www-data -R /var/www/html/qa-catalogue/cache && chmod g+w -R /var/www/html/qa-catalogue/cache && touch cache/selected-facets.js && if [ ! -d _smarty ]; then mkdir _smarty ; fi && chgrp www-data -R _smarty && chmod g+w -R _smarty && if [ ! -d /var/www/html/qa-catalogue/libs ]; then mkdir /var/www/html/qa-catalogue/libs ; fi && if [ ! -d /var/www/html/qa-catalogue/images ]; then mkdir /var/www/html/qa-catalogue/images ; fi && sed -i.bak 's,</VirtualHost>, RedirectMatch ^/$ /qa-catalogue/\\n <Directory /var/www/html/qa-catalogue>\\n Options Indexes FollowSymLinks MultiViews\\n AllowOverride All\\n Order allow\\,deny\\n allow from all\\n DirectoryIndex index.php index.html\\n </Directory>\\n</VirtualHost>,' /etc/apache2/sites-available/000-default.conf && echo \"\\nWEB_DIR=/var/www/html/qa-catalogue/\\n\" >> /opt/qa-catalogue/common-variables" did not complete successfully: exit code: 2
build-and-push-image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1, docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7, docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.