Skip to content

Commit

Permalink
docs: fix e2e example in readme
Browse files Browse the repository at this point in the history
Signed-off-by: bluebrown <rainbowstack@gmail.com>
  • Loading branch information
bluebrown committed May 18, 2024
1 parent 7ae586e commit a431678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,6 @@ be viewed at <http://localhost:8080> with the credentials `dev:dev123`.

```bash
make e2e
docker tag $(docker pull busybox -q) localhost:8080/library/busybox:v.1.2.3
docker push localhost:8080/library/busybox:v.1.2.3
docker tag $(docker pull busybox -q) localhost:8080/library/busybox:v1.2.3
docker push localhost:8080/library/busybox:v1.2.3
```

0 comments on commit a431678

Please sign in to comment.