diff --git a/README.md b/README.md index 47c6bf9..a2f57a4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ This repository contains Dockerfiles for CI builds for any project that might be interested. The image builds are automated and self-updating, and process described more below in detail. You can see the listing of updated builds at: -⭐️ [RSE-OPS DOCKER BUILDS TABLE](https://rse-ops.github.io/docker-images/) ⭐️ +[RADIUSS Docker Builds Table](https://github.com/llnl/radiuss-docker/pkgs/container/radiuss/versions) + +The tags listed on this page can be used with the following pattern: +`ghcr.io/llnl/radiuss:`. For example, `gcc-12-ubuntu-22.04` becomes +`ghcr.io/llnl/radiuss:gcc-12-ubuntu-22.04`. ## How does it work?