This is an image for runner container. Some sort of a sandbox, inside which users' solutions are executed
Build an image with initial tag
$ docker build -t runner .Create tag for container registry
$ docker tag runner:latest ghcr.io/voidcontests/runner:latestPush an image to container registry
$ docker push ghcr.io/voidcontests/runner:latest