Skip to content

Publish Runner Image #8

Publish Runner Image

Publish Runner Image #8

Manually triggered June 27, 2024 03:11
Status Failure
Total duration 1m 1s
Artifacts

publish-image.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export RUNNER_ARCH=${TARGETARCH} && if [ \"$RUNNER_ARCH\" = \"amd64\" ]; then export DOCKER_ARCH=x86_64 ; fi && if [ \"$RUNNER_ARCH\" = \"arm64\" ]; then export DOCKER_ARCH=aarch64 ; fi && curl -fLo docker.tgz https://download.docker.com/${TARGETOS}/static/stable/${DOCKER_ARCH}/docker-${DOCKER_VERSION}.tgz && tar zxvf docker.tgz && rm -rf docker.tgz && mkdir -p /usr/local/lib/docker/cli-plugins && curl -fLo /usr/local/lib/docker/cli-plugins/docker-buildx \"https://github.com/docker/buildx/releases/download/v${BUILDX_VERSION}/buildx-v${BUILDX_VERSION}.linux-${TARGETARCH}\" && chmod +x /usr/local/lib/docker/cli-plugins/docker-buildx" did not complete successfully: exit code: 22
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/github-script@v6, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.