Publish container image #283
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
|