Skip to content

dockerfile update

dockerfile update #11

Triggered via push March 23, 2024 18:31
Status Failure
Total duration 1m 23s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update -qq -y && apt-get install -y libasound2 libatk-bridge2.0-0 libgtk-4-1 libnss3 xdg-utils wget unzip && wget -q -O /opt/chrome-linux64.zip https://bit.ly/chrome-linux64-121-0-6167-85 && unzip /opt/chrome-linux64.zip -d /opt/ && rm /opt/chrome-linux64.zip && ln -s /opt/chrome/chrome /usr/local/bin/chrome && wget -q -O /opt/chromedriver-linux64.zip https://bit.ly/chromedriver-linux64-121-0-6167-85 && unzip /opt/chromedriver-linux64.zip -d /opt/ && rm /opt/chromedriver-linux64.zip && mv /opt/chromedriver /usr/local/bin/chromedriver && chmod +x /usr/local/bin/chrome /usr/local/bin/chromedriver" did not complete successfully: exit code: 1
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.