Merge pull request #3118 from cowagent/fix/workspace-selector-agent-s… #1406
deploy-image.yml
on: push
build-and-push-image
33s
Annotations
1 error and 1 warning
|
build-and-push-image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && (apt-get install -y --no-install-recommends bash ffmpeg espeak libavcodec-extra tzdata || (apt-get update && apt-get install -y --no-install-recommends bash ffmpeg espeak libavcodec-extra tzdata)) && ln -snf /usr/share/zoneinfo/${TZ} /etc/localtime && echo ${TZ} > /etc/timezone && cd ${BUILD_PREFIX} && cp config-template.json config.json && /usr/local/bin/python -m pip install --no-cache --upgrade pip && pip install --no-cache -r requirements.txt && pip install --no-cache -r requirements-optional.txt && pip install --no-cache -e . && if [ \"$INSTALL_BROWSER\" = \"true\" ]; then apt-get install -y --no-install-recommends fonts-wqy-zenhei && pip install --no-cache \"playwright==1.52.0\" && python -m playwright install-deps chromium && mkdir -p /app/ms-playwright && if [ \"$USE_CN_MIRROR\" = \"true\" ]; then PLAYWRIGHT_DOWNLOAD_HOST=https://registry.npmmirror.com/-/binary/playwright python -m playwright install chromium; else python -m playwright install chromium; fi; fi && rm -rf /var/lib/apt/lists/* && mkdir -p /home/agent/cow && groupadd -r agent && useradd -r -g agent -s /bin/bash -d /home/agent agent && chown -R agent:agent /home/agent ${BUILD_PREFIX} /usr/local/lib" did not complete successfully: exit code: 100
|
|
build-and-push-image
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, docker/build-push-action@v3, docker/login-action@v2, docker/metadata-action@v4, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|