Skip to content

Commit

Permalink
docs: fix makefile target in contribution guide (#315)
Browse files Browse the repository at this point in the history
Fixes #315
  • Loading branch information
zimnx committed Jan 4, 2021
1 parent 67f1426 commit f729b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contributing.md
Expand Up @@ -59,7 +59,7 @@ To add a feature or to make a bug fix, you will need to create a branch in your

You can build the project using the Makefile commands:
* Open the Makefile and change the `IMG` environment variable to a repository you have access to.
* Run `make publish` and wait for the image to be built and uploaded in your repo.
* Run `make docker-push` and wait for the image to be built and uploaded in your repo.

### Create a Branch

Expand Down

0 comments on commit f729b11

Please sign in to comment.