mirror of https://github.com/docker/buildx.git
e2e: load to docker store
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
96aca741a2
commit
99ac7f5f9e
|
@ -131,6 +131,14 @@ buildxCmd build ${buildPlatformFlag} \
|
||||||
"${context}"
|
"${context}"
|
||||||
cat "${context}/metadata-build.json"
|
cat "${context}/metadata-build.json"
|
||||||
|
|
||||||
|
# load to docker store
|
||||||
|
if [ "$DRIVER" != "docker" ]; then
|
||||||
|
buildxCmd build \
|
||||||
|
--output="type=docker,name=buildx-test-load" \
|
||||||
|
--builder="${builderName}" \
|
||||||
|
"${context}"
|
||||||
|
fi
|
||||||
|
|
||||||
# create bake def
|
# create bake def
|
||||||
cat > "${bakedef}" <<EOL
|
cat > "${bakedef}" <<EOL
|
||||||
group "default" {
|
group "default" {
|
||||||
|
|
Loading…
Reference in New Issue