We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bef94 commit 6144ea7Copy full SHA for 6144ea7
tool.sh
@@ -36,6 +36,7 @@ build_image() {
36
OPT_OUTPUT=$([ "$PUSH" = "true" ] && echo "--push" || echo "--load") ;
37
38
docker buildx use multiarch || docker buildx create --name multiarch --driver docker-container --use ;
39
+ docker buildx inspect ;
40
registry_login ;
41
docker buildx build --compress --force-rm=true --platform "${PLATFORM}" ${OPT_OUTPUT} "${TAG_ARGS[@]}" -f "$FILE" --build-arg "BASE_NAMESPACE=${IMG_PREFIX_SRC}" "$@" "${WORKDIR}" ;
42
}
0 commit comments