This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Commit 6daf4ce
committed
cloudbuild: use --load flag to allow pushing images
The cloud build uses the `docker-container` driver which does not make
build images available in the local image store by default -- only in
the cache. This means the cloud build process doesn't see the images in
order to push them at the end. Use the --load flag to fix this.
See: https://docs.docker.com/build/drivers/docker-container/#loading-to-local-image-store
Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>1 parent 25cd40b commit 6daf4ce
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments