Skip to content

Build and push 'standard image' to Docker #30

Build and push 'standard image' to Docker

Build and push 'standard image' to Docker #30

Manually triggered July 18, 2024 13:23
Status Failure
Total duration 40s
Artifacts

standard-build.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
docker
buildx failed with: ERROR: failed to solve: process "/bin/bash -c curl -LO https://github.com/docToolchain/docToolchain/releases/download/${DTC_VERSION}/docToolchain-${DTC_VERSION#?}.zip && unzip docToolchain-${DTC_VERSION#?}.zip && mv docToolchain-${DTC_VERSION#?} docToolchain && rm docToolchain-${DTC_VERSION#?}.zip && cd docToolchain && cp template_config/Config.groovy . && umask g+w && ./gradlew downloadDependencies && chmod -R o=u $GRADLE_USER_HOME && chmod -R g=u $GRADLE_USER_HOME && rm -r $GRADLE_USER_HOME/daemon && chmod -R o=u $HOME" did not complete successfully: exit code: 126
docker
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/