Add GitHub workflow to build and push container image #4
container.yml
on: push
Build and push container image
42s
Annotations
1 error
Build and push container image
buildx failed with: ERROR: failed to solve: process "/bin/bash -euxo pipefail -c touch /var/mail/ubuntu; chown ubuntu /var/mail/ubuntu; userdel -r ubuntu; groupadd -g \"${GROUP_ID}\" runner; useradd -l -u \"${USER_ID}\" -g \"${GROUP_ID}\" runner; install -d -m 0750 -o runner -g runner /home/runner; chown \"${USER_ID}\":\"${GROUP_ID}\" -R /home/runner" did not complete successfully: exit code: 3
|