Commit bc000d7
committed
cloudbuild: push images straight from docker build
Using `docker buildx build --load ...` with multi arch builds returns
the below error:
> error: docker exporter does not currently support exporting manifest lists
Use --push instead to push images directy from the docker build. This
makes the `images` cloudbuild step unnecessary.
Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>1 parent 5fc4c3b commit bc000d7
1 file changed
+1
-5
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 | 34 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
0 commit comments