mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #26396 from colhom/fix-federation-build
Fix docker load error in federation image push
This commit is contained in:
commit
4db3cc7e5e
@ -156,7 +156,7 @@ function push-federated-images {
|
||||
|
||||
echo "Load: ${imageFile}"
|
||||
# Load the image. Trust we know what it's called, as docker load provides no help there :(
|
||||
docker load -q < "${imageFile}"
|
||||
docker load < "${imageFile}"
|
||||
|
||||
local srcImageTag="$(cat ${imageFolder}/${binary}.docker_tag)"
|
||||
local dstImageTag="${FEDERATION_IMAGE_TAG:-$srcImageTag}"
|
||||
|
Loading…
Reference in New Issue
Block a user