Skip to content

Commit 646cc54

Browse files
committed
Formatted as an environmental variable
1 parent 2edb327 commit 646cc54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ docker build -t imagebuilder .
5454
If you want to pull the `imagebuilder` container image, run the following `docker` command:
5555

5656
```shell
57-
docker pull artifact-registry/cloud-marketplace-tools/vm/imagebuilder:0.1.7
58-
docker tag artifact-registry/cloud-marketplace-tools/vm/imagebuilder:0.1.7 imagebuilder
57+
docker pull $ARTIFACT_REGISTRY/cloud-marketplace-tools/vm/imagebuilder:0.1.7
58+
docker tag $ARTIFACT_REGISTRY/cloud-marketplace-tools/vm/imagebuilder:0.1.7 imagebuilder
5959
```
6060

6161
### Set the environment variables for your build environment

0 commit comments

Comments
 (0)