We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edb327 commit 646cc54Copy full SHA for 646cc54
README.md
@@ -54,8 +54,8 @@ docker build -t imagebuilder .
54
If you want to pull the `imagebuilder` container image, run the following `docker` command:
55
56
```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
+docker pull $ARTIFACT_REGISTRY/cloud-marketplace-tools/vm/imagebuilder:0.1.7
+docker tag $ARTIFACT_REGISTRY/cloud-marketplace-tools/vm/imagebuilder:0.1.7 imagebuilder
59
```
60
61
### Set the environment variables for your build environment
0 commit comments