Skip to content

Commit adb904a

Browse files
committed
Update README.md to use new 1.2.3 tag as example
1 parent f3e4eae commit adb904a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ Not recommend to use the `edge` version in python/Dockerfile of OpenDRR/opendrr-
4242
## Creating ghcr.io/opendrr/python-env:latest production releases
4343

4444
1. Create a new release tag,
45-
e.g. a signed tag from the command-line by using `git tag -s v1.2.2`,
46-
typing up a brief release notes, and `git push origin v1.2.2`. (optional)
45+
e.g. a signed tag from the command-line by using `git tag -s v1.2.3`,
46+
typing up a brief release notes, and `git push origin v1.2.3`. (optional)
4747
2. Alternatively or additionally, [draft a new release](https://github.com/OpenDRR/python-env/releases/new)
4848
through the GitHub web interface so the new release and release notes are immediately visible.
4949
3. Visit <https://github.com/OpenDRR/python-env/pkgs/container/python-env>
50-
and check under "Recent tagged image versions" that the a new image versioned `latest` `1.2.2` is published.
50+
and check under "Recent tagged image versions" that the a new image versioned `latest` `1.2.3` is published.
5151

5252
To test locally:
5353

5454
```console
55-
docker run -it --rm ghcr.io/opendrr/python-env:1.2.2
55+
docker run -it --rm ghcr.io/opendrr/python-env:1.2.3
5656
```
5757

58-
To test with OpenDRR/opendrr-api, edit the `FROM` line in python/Dockerfile accordingly, e.g. `FROM ghcr.io/opendrr/python-env:1.2.2`.
58+
To test with OpenDRR/opendrr-api, edit the `FROM` line in python/Dockerfile accordingly, e.g. `FROM ghcr.io/opendrr/python-env:1.2.3`.

0 commit comments

Comments
 (0)