Skip to content

Build worker image

Build worker image #76

Manually triggered October 9, 2023 07:43
Status Failure
Total duration 18m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-worker.yml

on: workflow_dispatch
build-docker-image
17m 57s
build-docker-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build-docker-image
buildx failed with: ERROR: failed to solve: process "/bin/bash -c conda install -y -n base -c conda-forge python=3.10 conda-merge gitpython pip && conda run -n base conda-merge /src/environment.yml /src/cacholote/environment.yml /src/cads-adaptors/environment.yml /src/cads-common/environment.yml /src/cads-worker/environment.yml > /src/combined-environment.yml && conda env update -n base -f /src/combined-environment.yml && conda clean -afy" did not complete successfully: exit code: 137
build-docker-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/