You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/build-me/README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,12 @@ If you plan to push your image to a registry, then set your registry credential
15
15
```bash
16
16
export REGISTRY_USERNAME="<REGISTRY_USERNAME>"
17
17
export REGISTRY_PASSWORD="<REGISTRY_PASSWORD>"
18
-
export REGISTRY_SERVER="docker.io"
18
+
export REGISTRY_ADDRESS="docker.io"
19
+
```
20
+
21
+
If you prefer that lifecycle don't access the mounted docker socket but talk directly with the container registry to build the image, then set to `false` the following variable:
0 commit comments