Skip to content

Commit 5471392

Browse files
Update README.md
Co-authored-by: John Simons <[email protected]>
1 parent 3fac9cb commit 5471392

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ A video demo showing how to set it up is available on the Particular YouTube cha
2323
All containers are [created on each build and pushed](.github/workflows/push-container-images.yml) to the [GitHub container registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) where the various instance type can be [accessed by their names](/.github/workflows/push-container-images.yml#L33) and run locally.
2424

2525
> [!NOTE]
26-
> `latest` is not tagged for the ghcr images so exact versions must always be used, eg: `docker pull ghcr.io/particular/servicecontrol:6.3.1`
27-
28-
Use https://github.com/Particular/ServiceControl/pkgs/container/{name} eg https://github.com/Particular/ServiceControl/pkgs/container/servicecontrol to view available tags.
26+
> ghcr images are only tagged with the exact version, e.g. `docker pull ghcr.io/particular/servicecontrol:6.3.1`.
27+
> If you are unsure what tags are available in ghcr, go to https://github.com/Particular/ServiceControl/pkgs/container/{name}, e.g. https://github.com/Particular/ServiceControl/pkgs/container/servicecontrol to view available tags.
2928
3029
It's also possible to [locally test containers built from PRs in GitHub Container Registry](/docs/testing.md#container-tests)
3130

0 commit comments

Comments
 (0)