We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadf038 commit 92f7719Copy full SHA for 92f7719
docs/developer-notes.md
@@ -89,3 +89,17 @@ docker buildx bake bitcoin-5k-inv
89
# build the same image, but set platform to only linux/amd64
90
docker buildx bake bitcoin-5k-inv --set bitcoin-5k-inv.platform=linux/amd64
91
```
92
+
93
+To load the single-platform build result to `docker images`, run:
94
95
+```bash
96
+docker buildx bake --load bitcoin-5k-inv
97
+```
98
99
+Push the build result to a registry by running:
100
101
102
+docker buildx bake --push bitcoin-5k-inv
103
104
105
+It will automatically push the build result to registry.
0 commit comments