mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
Merge pull request #1460 from crazy-max/docker-load
e2e: load to docker store
This commit is contained in:
commit
a49d28e00e
@ -131,6 +131,14 @@ buildxCmd build ${buildPlatformFlag} \
|
||||
"${context}"
|
||||
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
|
||||
cat > "${bakedef}" <<EOL
|
||||
group "default" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user