From 626714fe063915e0c62f457f952ba1709db0ca70 Mon Sep 17 00:00:00 2001 From: ange Date: Tue, 21 Oct 2025 19:12:58 +0000 Subject: [PATCH] fix: frontend-opt -> opt --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 15b0197..163c56e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,5 +27,5 @@ cat < "$DOCKER_CONFIG/config.json" } EOF buildctl build "$@" -o "type=image,name=$IMAGEAPP,push=true" \ - --frontend-opt filename="$INPUT_DOCKERFILE" \ + --opt filename="$INPUT_DOCKERFILE" \ --local context="$(dirname "$INPUT_DOCKERFILE")"