Skip to content

Fixed minor syntax errors prevent docker build #70

Fixed minor syntax errors prevent docker build

Fixed minor syntax errors prevent docker build #70

Triggered via push March 4, 2024 22:15
Status Failure
Total duration 2m 6s
Artifacts

docker.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
docker / docker
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c useradd -m carma && echo \"carma:carma\" | chpasswd && usermod --shell /bin/bash carma && usermod -aG sudo carma && mkdir -p /etc/sudoers.d && echo \"carma ALL=(ALL) NOPASSWD:ALL\" >> /etc/sudoers.d/carma && chmod 0440 /etc/sudoers.d/carma && usermod --uid 1000 carma && groupmod --gid 1000 carma && mkdir -p /opt/carma/{launch,logs,routes} && chown carma:carma -R /opt/carma" did not complete successfully: exit code: 1
docker / docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-buildx-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/.