Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 511e8d5

Browse files
committed
Fix README instructions for building Docker images
This change fixes the incorrect instructions for building Docker images.
1 parent a5d472b commit 511e8d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ make
7171
```bash
7272

7373
# Build Docker image
74-
make docker
74+
make docker-image
7575

7676
# Push to Docker registry (requires permission)
77-
make push ORGANIZATION=myorg
77+
make docker-push ORGANIZATION=myorg
7878
```
7979

8080
## Contributing

0 commit comments

Comments
 (0)