Check fr24feed version #711
check_fr24feed_version.yml
on: schedule
Check version in 'latest' image
9s
Check latest version of 'fr24feed'
16s
Display versions
0s
Trigger deployment on new version of 'fr24feed'
0s
Annotations
1 error and 1 warning
Check latest version of 'fr24feed'
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -x && TEMP_PACKAGES=() && KEPT_PACKAGES=() && KEPT_PACKAGES+=(expect) && TEMP_PACKAGES+=(gnupg) && TEMP_PACKAGES+=(binutils) && TEMP_PACKAGES+=(jq) && apt-get update && apt-get install -y --no-install-recommends \"${KEPT_PACKAGES[@]}\" \"${TEMP_PACKAGES[@]}\" && gpg --list-keys && gpg --no-default-keyring --keyring /usr/share/keyrings/flightradar24.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys C969F07840C430F5 && gpg --list-keys && mkdir -p /tmp/fr24feed && pushd /tmp/fr24feed && if [ \"$TARGETPLATFORM\" = \"linux/amd64\" ] ; then curl -sSLO \"$(curl -sSL \"https://repo-feed.flightradar24.com/fr24feed_versions.json\" | jq -r '.platform[\"linux_x86_64_deb\"][\"url\"][\"software\"]')\"; elif [ \"$TARGETPLATFORM\" = \"linux/386\" ] ; then curl -sSLO \"$(curl -sSL \"https://repo-feed.flightradar24.com/fr24feed_versions.json\" | jq -r '.platform[\"linux_x86_deb\"][\"url\"][\"software\"]')\"; elif [ \"$TARGETPLATFORM\" = \"linux/arm64\" ] ; then curl -sSLO \"$(curl -sSL \"https://repo-feed.flightradar24.com/fr24feed_versions.json\" | jq -r '.platform[\"linux_arm64_deb\"][\"url\"][\"software\"]')\"; else echo 'deb [arch=armhf signed-by=/usr/share/keyrings/flightradar24.gpg] http://repo.feed.flightradar24.com flightradar24 raspberrypi-stable' > /etc/apt/sources.list.d/flightradar24.list && apt-get update && apt-get download fr24feed:armhf; fi && popd && ar x --output=/tmp/fr24feed -- /tmp/fr24feed/*.deb && mkdir -p /tmp/fr24feed/extracted && tar xvf /tmp/fr24feed/data.tar.gz -C /tmp/fr24feed/extracted && cp -v /tmp/fr24feed/extracted/usr/bin/fr24feed /usr/local/bin/fr24feed && cp -v /tmp/fr24feed/extracted/usr/bin/fr24feed-status /usr/local/bin/fr24feed-status && chmod -v a+x /usr/local/bin/fr24feed /usr/local/bin/fr24feed-status && apt-get remove -y \"${TEMP_PACKAGES[@]}\" && apt-get autoremove -y && rm -rf /src/* /tmp/* /var/lib/apt/lists/* && if /usr/local/bin/fr24feed --version > /dev/null 2>&1; then /usr/local/bin/fr24feed --version > /CONTAINER_VERSION; else qemu-arm-static /usr/local/bin/fr24feed --version > /CONTAINER_VERSION; fi && cat /CONTAINER_VERSION" did not complete successfully: exit code: 1
|
Check version in 'latest' image
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|