Skip to content

Commit 011b759

Browse files
authored
Fix formatting for docker push command.
1 parent 6237cc2 commit 011b759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)