Skip to content

Commit

Permalink
notes about latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Mar 15, 2023
1 parent 502b5bd commit fa7e19e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa7e19e

Please sign in to comment.