diff --git a/.github/actions/build-test-push/build.sh b/.github/actions/build-test-push/build.sh index 410d3abd..170ba574 100755 --- a/.github/actions/build-test-push/build.sh +++ b/.github/actions/build-test-push/build.sh @@ -129,13 +129,7 @@ join() { no_arch_tag="$DOCKER_REGISTRY/$DOCKER_REPOSITORY:$version" cmd="docker buildx build \ - --build-arg GOLANG_VERSION=$GOLANG_VERSION \ --build-arg GOTENBERG_VERSION=$version \ - --build-arg GOTENBERG_USER_GID=$GOTENBERG_USER_GID \ - --build-arg GOTENBERG_USER_UID=$GOTENBERG_USER_UID \ - --build-arg NOTO_COLOR_EMOJI_VERSION=$NOTO_COLOR_EMOJI_VERSION \ - --build-arg PDFTK_VERSION=$PDFTK_VERSION \ - --build-arg PDFCPU_VERSION=$PDFCPU_VERSION \ --platform $platform \ --load \ ${tags_flags[*]} \