From 55dfe2cec0f811eaccfac22cb65b0c4ae1dc97b9 Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:30:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bc94840..f9e8152 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ For a multi-stage build for instance, I define my base image repositories in "my ## To build the image for example_service (and push it to your container registry): ``` docker buildx bake example_service --load # to load into local container registry +``` +``` docker buildx bake example_service --push # to push into specified remote container registry ``` ## To run example_service: