Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien authored Sep 15, 2024
1 parent 8438818 commit 16e9acc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Update the following variables in the `Makefile`:
* `APP_VERSION`
* `APP_AUTHOR`
* `APP_REPOSITORY`
* `DOCKER_REGISTRY`
* `DOCKER_REPOSITORY`

Good 🤓? Now run:
Expand All @@ -18,7 +19,7 @@ Good 🤓? Now run:
make it
```

This command builds both your Gotenberg's Docker image variant (`$(DOCKER_REPOSITORY)/gotenberg:$(GOTENBERG_VERSION)-$(APP_NAME)-$(APP_VERSION)`)
This command builds both your Gotenberg's Docker image variant (`$(DOCKER_REGISTRY)/$(DOCKER_REPOSITORY):$(GOTENBERG_VERSION)-$(APP_NAME)-$(APP_VERSION)`)
and a tests' Docker image.

## Next steps
Expand Down Expand Up @@ -51,7 +52,7 @@ gotodos Display TODOs in your Go source
The Gotenberg's image has a `version` label which contains the underlying Gotenberg's version:

```
docker inspect $(DOCKER_REPOSITORY)/gotenberg:$(GOTENBERG_VERSION)-$(APP_NAME)-$(APP_VERSION)
docker inspect $(DOCKER_REGISTRY)/$(DOCKER_REPOSITORY):$(GOTENBERG_VERSION)-$(APP_NAME)-$(APP_VERSION)
```

---
Expand Down

0 comments on commit 16e9acc

Please sign in to comment.