Skip to content

Merge pull request #15 from kx1t/patch-5 #123

Merge pull request #15 from kx1t/patch-5

Merge pull request #15 from kx1t/patch-5 #123

Triggered via push August 14, 2024 20:43
Status Failure
Total duration 45s
Artifacts

docker-image.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Docker
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -x && apt-get update -y && apt-get install -q -o Dpkg::Options::=\"--force-confnew\" -y --no-install-recommends --no-install-suggests git python3-bitarray && pip install pyais && pushd /tmp && branch=\"##BRANCH##\" && [[ \"${branch:0:1}\" == \"#\" ]] && branch=\"main\" || true && git clone --depth=1 -b $branch https://github.com/jvde-github/ais2adsb.git && cd ais2adsb && echo \"$(TZ=UTC date +%Y%m%d-%H%M%S)_$(git rev-parse --short HEAD)_$(git branch --show-current)\" > /.CONTAINER_VERSION && popd && apt-get remove -y git && apt-get autoremove -y && rm -rf /tmp/*" did not complete successfully: exit code: 129
Docker
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/metadata-action@v4, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/