Skip to content

Publish container

Publish container #231

Manually triggered July 15, 2024 08:59
Status Failure
Total duration 8m 40s
Artifacts

container-publish.yml

on: workflow_dispatch
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Build and push Ubuntu 22.04
buildx failed with: ERROR: failed to solve: process "/usr/bin/fakeroot -- /bin/sh -c if [ \"$(dpkg --print-architecture)\" = \"amd64\" ]; then mkdir -pm755 /etc/apt/keyrings && curl -fsSL -o /etc/apt/keyrings/winehq-archive.key \"https://dl.winehq.org/wine-builds/winehq.key\" && curl -fsSL -o \"/etc/apt/sources.list.d/winehq-$(grep UBUNTU_CODENAME= /etc/os-release | cut -d= -f2 | tr -d '\\\"').sources\" \"https://dl.winehq.org/wine-builds/ubuntu/dists/$(grep UBUNTU_CODENAME= /etc/os-release | cut -d= -f2 | tr -d '\\\"')/winehq-$(grep UBUNTU_CODENAME= /etc/os-release | cut -d= -f2 | tr -d '\\\"').sources\" && apt-get update && apt-get install --install-recommends -y winehq-${WINE_BRANCH} && apt-get install --no-install-recommends -y q4wine playonlinux && LUTRIS_VERSION=\"$(curl -fsSL \"https://api.github.com/repos/lutris/lutris/releases/latest\" | jq -r '.tag_name' | sed 's/[^0-9\\.\\-]*//g')\" && curl -o lutris.deb -fsSL \"https://github.com/lutris/lutris/releases/download/v${LUTRIS_VERSION}/lutris_${LUTRIS_VERSION}_all.deb\" && apt-get install --no-install-recommends -y ./lutris.deb && rm -f lutris.deb && HEROIC_VERSION=\"$(curl -fsSL \"https://api.github.com/repos/Heroic-Games-Launcher/HeroicGamesLauncher/releases/latest\" | jq -r '.tag_name' | sed 's/[^0-9\\.\\-]*//g')\" && curl -o heroic_launcher.deb -fsSL \"https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v${HEROIC_VERSION}/heroic_${HEROIC_VERSION}_$(dpkg --print-architecture).deb\" && apt-get install --no-install-recommends -y ./heroic_launcher.deb && rm -f heroic_launcher.deb && apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/debconf/* /var/log/* /tmp/* /var/tmp/* && curl -o /usr/bin/winetricks -fsSL \"https://raw.codeproxy.net/Winetricks/winetricks/master/src/winetricks\" && chmod 755 /usr/bin/winetricks && curl -o /usr/share/bash-completion/completions/winetricks -fsSL \"https://raw.codeproxy.net/Winetricks/winetricks/master/src/winetricks.bash-completion\"; fi" did not complete successfully: exit code: 22
Build and push Ubuntu 24.04
The job was canceled because "_22_04" failed.
Build and push Ubuntu 24.04
The operation was canceled.
Build and push Ubuntu 20.04
The job was canceled because "_22_04" failed.
Build and push Ubuntu 20.04
The operation was canceled.