diff --git a/README.md b/README.md index 6959467..b90d678 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ which will cause the tests to fail. It is recommended to skip testing Sio2Jail i # Docker -An official Docker image for sioworkers is available at https://hub.docker.com/r/sio2project/sioworkers. +An [official Docker image](https://github.com/sio2project/sioworkers/pkgs/container/sioworkers) for sioworkers is available on the GitHub Container Registry. ```console $ docker run --rm \ @@ -44,7 +44,7 @@ $ docker run --rm \ -e "WORKER_RAM=1024" \ --memory="1152m" \ --cpus=2.0 \ - sio2project/sioworkers:latest + ghcr.io/sio2project/sioworkers:latest ``` Notes: @@ -65,7 +65,7 @@ version: '3.8' ... worker: - image: sio2project/sioworkers:latest + image: ghcr.io/sio2project/sioworkers:latest deploy: resources: limits: diff --git a/setup.py b/setup.py index a1dbbeb..1556ebe 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = "sioworkers", - version = '1.4.1', + version = '1.4.2', author = "SIO2 Project Team", author_email = 'sio2@sio2project.mimuw.edu.pl', description = "Programming contest judging infrastructure",