Skip to content

Publish container image #283

Publish container image

Publish container image #283

Triggered via schedule December 8, 2024 01:48
Status Failure
Total duration 1m 15s
Artifacts

build-image.yaml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c curl -LO https://github.com/opentofu/opentofu/releases/download/v${TOFU_VERSION}/tofu_${TOFU_VERSION}_${TARGETOS}_${TARGETARCH}.zip && curl -LO https://github.com/opentofu/opentofu/releases/download/v${TOFU_VERSION}/tofu_${TOFU_VERSION}_SHA256SUMS && [ $(sha256sum \"tofu_${TOFU_VERSION}_${TARGETOS}_${TARGETARCH}.zip\" | cut -f 1 -d ' ') = \"$(grep \"tofu_${TOFU_VERSION}_${TARGETOS}_${TARGETARCH}.zip\" tofu_*_SHA256SUMS | cut -f 1 -d ' ')\" ] && unzip tofu_${TOFU_VERSION}_${TARGETOS}_${TARGETARCH}.zip -d /usr/bin/ && rm \"tofu_${TOFU_VERSION}_${TARGETOS}_${TARGETARCH}.zip\" && rm \"tofu_${TOFU_VERSION}_SHA256SUMS\"" did not complete successfully: exit code: 1
docker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636