Skip to content

Commit

Permalink
Update README for Github Packages
Browse files Browse the repository at this point in the history
Github Actions now publishes directly to Github Packages, so why not!
  • Loading branch information
drincruz committed May 22, 2022
1 parent dc7497b commit 82fd727
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 @@ -53,7 +53,7 @@ sys 0m0.006s

Did you want to run this in a Docker container?

This is currently published on Docker Hub and you can `docker run -p 5000:5000 drincruz/gohang:0.2.0`.
This is currently published on Github Packages and you can `docker run -p 5000:5000 ghcr.io/drincruz/gohang:main`.

If you wanted to build locally, simply run `docker-compose build` and then `docker-compose up`.

Expand Down

0 comments on commit 82fd727

Please sign in to comment.