Skip to content

feat: Initial commit #4

feat: Initial commit

feat: Initial commit #4

Triggered via push April 23, 2024 21:06
Status Cancelled
Total duration 46s
Artifacts

build.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Build Image (pg15)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux\n\n # Install dependencies\n apt-get update\n apt-get install -y --no-install-recommends curl\n\n # Add Timescale apt repo\n . /etc/os-release 2>/dev/null\n echo \"deb https://packagecloud.io/timescale/timescaledb/debian/ $VERSION_CODENAME main\" >/etc/apt/sources.list.d/timescaledb.list\n curl -Lsf https://packagecloud.io/timescale/timescaledb/gpgkey | gpg --dearmor >/etc/apt/trusted.gpg.d/timescale.gpg\n\n # Install Timescale\n apt-get update\n apt-get install -y --no-install-recommends \"timescaledb-2-postgresql-$POSTGRES_VERSION=$TIMESCALE_VERSION~debian$VERSION_ID\"\n\n # Cleanup\n apt-get purge -y curl\n rm /etc/apt/sources.list.d/timescaledb.list /etc/apt/trusted.gpg.d/timescale.gpg\n rm -rf /var/cache/apt/*\n" did not complete successfully: exit code: 100
Build Image (pg16)
The job was canceled because "_15_15_6-6" failed.
Build Image (pg14)
The job was canceled because "_15_15_6-6" failed.
Build Image (pg14)
The operation was canceled.