Skip to content

Build worker image

Build worker image #74

Manually triggered October 9, 2023 07:32
Status Failure
Total duration 3m 18s
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
3m 9s
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 mamba install -y -n base -c conda-forge python=3.10 conda-merge gitpython pip && mamba 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 && mamba env update -n base -f /src/combined-environment.yml && mamba clean -afy" did not complete successfully: exit code: 1
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/