Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarl committed Jan 16, 2025
1 parent d02cfa9 commit c0a944d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Run a docker build, tag it, and push to the registry. We need to retrieve the im
```sh
docker build . -t <your gh>/reactibot:test
docker tag $(docker images <your gh>/reactibot:test | tr -s ' ' | cut -f3 -d' ' | tail -n 1) ghcr.io/<your gh>/reactibot:test
docker push ghcr.io/<your gh>/reactibot:test
```

Run a local deploy.
Expand Down

0 comments on commit c0a944d

Please sign in to comment.