diff --git a/README.md b/README.md index 6e4c864..adf58d4 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,10 @@ Finally, upload the container image to the registry: ```bash docker push ghcr.io/srl-labs/srl-controller:${tag} + +# if this is the latest version, also push it with the `latest` tag +docker tag ghcr.io/srl-labs/srl-controller:${tag} ghcr.io/srl-labs/srl-controller:latest +docker push ghcr.io/srl-labs/srl-controller:latest ``` ## Developers guide