Build keyserver Docker image and upload to Docker Hub #20
Annotations
1 error and 1 warning
Build and push Docker image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ -z \"`getent group $HOST_GID`\" ]; then addgroup --system --gid $HOST_GID comm; else groupmod --new-name comm `getent group $HOST_GID | cut -d: -f1`; fi && if [ -z \"`getent passwd $HOST_UID`\" ]; then adduser --system --uid $HOST_UID --ingroup comm --shell /bin/bash comm; else usermod --login comm --gid $HOST_GID --home /home/comm --move-home `getent passwd $HOST_UID | cut -d: -f1`; fi" did not complete successfully: exit code: 1
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading