Skip to content

Commit fcd18f3

Browse files
Merge pull request #291863 from edburns/patch-4
While there is such a thing as a Maven BOM, this project does not have one. It has a POM, though.
2 parents 53f2f77 + 011b759 commit fcd18f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/tutorial-java-quarkus-connect-managed-identity-postgresql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ cd quarkus-quickstarts/hibernate-orm-panache-quickstart
7676

7777
### Modify your project
7878

79-
1. Add the required dependencies to your project's BOM file.
79+
1. Add the required dependencies to your project's POM file.
8080

8181
```xml
8282
<dependency>
@@ -171,7 +171,7 @@ cd quarkus-quickstarts/hibernate-orm-panache-quickstart
171171

172172
1. Push the image to the registry.
173173

174-
Use [docker push][docker-push] to push the image to the registry instance. This example creates the `quarkus-postgres-passwordless-app` repository, containing the `quarkus-postgres-passwordless-app:v1` image.
174+
Use `docker push` to push the image to the registry instance. This example creates the `quarkus-postgres-passwordless-app` repository, containing the `quarkus-postgres-passwordless-app:v1` image.
175175

176176
```bash
177177
docker push $CONTAINER_IMAGE

0 commit comments

Comments
 (0)