Clean up github actions #33
Annotations
1 error and 1 warning
Build and push Docker image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y apt-transport-https ca-certificates curl gnupg lsb-release && mkdir -p /etc/apt/keyrings && curl -sLS https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor -o /etc/apt/keyrings/microsoft.gpg && chmod go+r /etc/apt/keyrings/microsoft.gpg && AZ_DIST=$(lsb_release -cs) && echo \"Types: deb\\nURIs: https://packages.microsoft.com/repos/azure-cli/\\nSuites: ${AZ_DIST}\\nComponents: main\\nArchitectures: $(dpkg --print-architecture)\\nSigned-by: /etc/apt/keyrings/microsoft.gpg\" | tee /etc/apt/sources.list.d/azure-cli.sources && apt-get update && apt-get install -y azure-cli && apt-get clean && find /usr/lib/ -name '__pycache__' -print0 | xargs -0 -n1 rm -rf && find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf" did not complete successfully: exit code: 2
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading