Skip to content

Publish Development Codespace Image #2

Publish Development Codespace Image

Publish Development Codespace Image #2

Manually triggered November 2, 2023 02:20
Status Failure
Total duration 39s
Artifacts

publish_codespace_image.yml

on: workflow_dispatch
publish-code-space-image
27s
publish-code-space-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
publish-code-space-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -ex && if [[ \"$REPLACE_CHINA_MIRROR\" == \"true\" ]]; then sed -i \"s/$ORIGINAL_REPO_URL/$MIRROR_REPO_URL/g\" /etc/apt/sources.list && gem sources --add $RUBYGEMS_SOURCE --remove https://rubygems.org/ && bundle config mirror.https://rubygems.org $RUBYGEMS_SOURCE; fi && apt-get update -qq && apt-get install -y $BUILD_PACKAGES $PROJECT_PACKAGES && gem install -N $RUBY_GEMS" did not complete successfully: exit code: 100
publish-code-space-image
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/