Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinelliott committed Jun 28, 2024
1 parent 7065e46 commit 416c450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ scripts/docker-build.sh 0.0.1dev5
Tag the release using git and push up the tag. The image will be build by GitHub automatically (see: https://github.com/MeshAddicts/meshinfo/actions/workflows/docker.yml).

```
git tag v0.0.0 && git push --tags
git tag v0.0.0 && git push && git push --tags
```

## Contributing
Expand Down

0 comments on commit 416c450

Please sign in to comment.