Fix Typo in Workflow #10
build.yml
on: push
build-and-push-base
/
Build Docker Image for ghcr.io/ls1intum/theia/base
29m 54s
test-original-dockerfile
/
Build Docker Image for ghcr.io/ls1intum/theia/original_theia
40s
Matrix: build-and-push
Waiting for pending jobs
Annotations
2 errors
test-original-dockerfile / Build Docker Image for ghcr.io/ls1intum/theia/original_theia
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y wget apt-transport-https && wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | tee /usr/share/keyrings/adoptium.asc && echo \"deb [signed-by=/usr/share/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main\" | tee /etc/apt/sources.list.d/adoptium.list && apt-get update && apt-get install -y git openssh-client openssh-server bash libsecret-1-0 temurin-17-jdk maven && apt-get purge -y wget && apt-get clean" did not complete successfully: exit code: 100
|
build-and-push-base / Build Docker Image for ghcr.io/ls1intum/theia/base
buildx failed with: ERROR: failed to solve: process "/bin/sh -c yarn --pure-lockfile --network-timeout 1000000" did not complete successfully: exit code: 1
|