Build And Push Docker Image #2386
build_docker_image.yml
on: schedule
build-static
2m 30s
to_gitlab
7s
to_gitee
14s
build
2m 10s
Annotations
1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -x && sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk update -f && apk upgrade && apk --no-cache add -f bash coreutils git curl wget tzdata perl openssl nginx nodejs jq openssh procps netcat-openbsd npm && rm -rf /var/cache/apk/* && apk update && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo \"Asia/Shanghai\" > /etc/timezone && git config --global user.email \"qinglong@@users.noreply.github.com\" && git config --global user.name \"qinglong\" && git config --global http.postBuffer 524288000 && npm install -g pnpm@8.3.1 && cd && pnpm config set registry https://registry.npmmirror.com && pnpm add -g pm2 tsx && rm -rf /root/.pnpm-store && rm -rf /root/.local/share/pnpm/store && rm -rf /root/.cache && rm -rf /root/.npm" did not complete successfully: exit code: 1
|