Annotations
1 error and 2 warnings
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETPLATFORM\" = \"linux/amd64\" ] ; then wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo \"deb http://dl.google.com/linux/chrome/deb/ stable main\" > /etc/apt/sources.list.d/google-chrome.list && curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg && install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/ && sh -c 'echo \"deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main\" > /etc/apt/sources.list.d/microsoft-edge-dev.list' && rm microsoft.gpg && wget -q https://packages.mozilla.org/apt/repo-signing-key.gpg -O- | sudo tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null && echo \"deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main\" | sudo tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null && apt-get update && apt-get install -y --no-install-recommends firefox=${FIREFOX_VERSION} && apt-get install -y google-chrome-stable=${CHROME_VERSION} && apt-get install -y microsoft-edge-stable=${EDGE_VERSION} && apt-get purge -y --auto-remove $buildDeps && apt-get clean autoclean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*; elif [ \"$TARGETPLATFORM\" = \"linux/arm64\" ] ; then rm -fR '/usr/bin/firefox' && apt remove --purge snapd -y && apt autoremove -y && add-apt-repository ppa:mozillateam/ppa -y && apt-get update && apt-get install -y -t 'o=LP-PPA-mozillateam' firefox && apt-get update && wget https://playwright.azureedge.net/builds/chromium/1148/chromium-linux-arm64.zip && unzip chromium-linux-arm64.zip && rm chromium-linux-arm64.zip && mv chrome-linux /usr/lib/ && apt-get install -y chromium-chromedriver && rm /usr/bin/chromium-browser && rm /usr/lib/chromium-browser/chromium-browser && ln -s /usr/lib/chrome-linux/chrome /usr/bin/chromium-browser && ln -s /usr/lib/chrome-linux/chrome /usr/lib/chromium-browser/chromium-browser && ln -s /usr/lib/chromium-browser/chromedriver /usr/local/bin/chromedriver && apt-get purge -y --auto-remove $buildDeps && apt-get clean autoclean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*; fi" did not complete successfully: exit code: 1
|
docker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|